BasePastry::PingContext Struct Reference

#include <BasePastry.h>

List of all members.

Public Member Functions

 PingContext (StateObject stateObject, uint32_t index, uint32_t nonce)
virtual ~PingContext ()

Public Attributes

StateObject stateObject
uint32_t index
uint32_t nonce

Detailed Description

Definition at line 284 of file BasePastry.h.


Constructor & Destructor Documentation

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.

00289 {};


Member Data Documentation


The documentation for this struct was generated from the following file:
Generated on Wed May 26 16:21:16 2010 for OverSim by  doxygen 1.6.3