#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 284 of file BasePastry.h.
BasePastry::PingContext::PingContext | ( | StateObject | stateObject, | |
uint32_t | index, | |||
uint32_t | nonce | |||
) | [inline] |
Definition at line 286 of file BasePastry.h.
00287 : stateObject(stateObject), index(index), nonce(nonce) 00288 {};
virtual BasePastry::PingContext::~PingContext | ( | ) | [inline, virtual] |
Definition at line 289 of file BasePastry.h.
uint32_t BasePastry::PingContext::index |
Definition at line 291 of file BasePastry.h.
Referenced by BasePastry::pingResponse(), BasePastry::pingTimeout(), and BasePastry::proxCallback().
uint32_t BasePastry::PingContext::nonce |
Definition at line 292 of file BasePastry.h.
Referenced by BasePastry::pingResponse(), BasePastry::pingTimeout(), and BasePastry::proxCallback().
Definition at line 289 of file BasePastry.h.
Referenced by BasePastry::pingResponse(), BasePastry::pingTimeout(), and BasePastry::proxCallback().