#include <BasePastry.h>
Public Member Functions | |
| PingContext (StateObject stateObject, uint32_t index, uint32_t nonce) | |
| virtual | ~PingContext () |
Public Attributes | |
| StateObject | stateObject |
| uint32_t | index |
| uint32_t | nonce |
Definition at line 316 of file BasePastry.h.
| BasePastry::BasePastry::PingContext::PingContext | ( | StateObject | stateObject, | |
| uint32_t | index, | |||
| uint32_t | nonce | |||
| ) | [inline] |
Definition at line 318 of file BasePastry.h.
00319 : stateObject(stateObject), index(index), nonce(nonce) 00320 {};
| virtual BasePastry::BasePastry::PingContext::~PingContext | ( | ) | [inline, virtual] |
| uint32_t BasePastry::BasePastry::PingContext::index |
Definition at line 323 of file BasePastry.h.
Referenced by BasePastry::pingResponse(), BasePastry::pingTimeout(), and BasePastry::proxCallback().
| uint32_t BasePastry::BasePastry::PingContext::nonce |
Definition at line 324 of file BasePastry.h.
Referenced by BasePastry::pingResponse(), BasePastry::pingTimeout(), and BasePastry::proxCallback().
| StateObject BasePastry::BasePastry::PingContext::stateObject |
Definition at line 321 of file BasePastry.h.
Referenced by BasePastry::pingResponse(), BasePastry::pingTimeout(), and BasePastry::proxCallback().
1.5.8