CArenaSnapshot Class Reference

#include <CArenaSnapshot.h>

List of all members.

Public Member Functions

 CArenaSnapshot (void)
 Constructor.
virtual ~CArenaSnapshot (void)
 Destructor.
void Create (void)
void Destroy (void)
void Begin (void)
void ReadInteger (int *pValue)
void ReadFloat (float *pValue)
void ReadBoolean (bool *pValue)
void WriteInteger (int Value)
void WriteFloat (float Value)
void WriteBoolean (bool Value)

Private Attributes

char m_Buffer [ARENA_SNAPSHOT_SIZE]
int m_Position


Constructor & Destructor Documentation

CArenaSnapshot::CArenaSnapshot ( void   ) 

Constructor.

CArenaSnapshot::~CArenaSnapshot ( void   )  [virtual]

Destructor.


Member Function Documentation

void CArenaSnapshot::Create ( void   ) 

void CArenaSnapshot::Destroy ( void   ) 

void CArenaSnapshot::Begin ( void   ) 

Here is the caller graph for this function:

void CArenaSnapshot::ReadInteger ( int *  pValue  ) 

Here is the caller graph for this function:

void CArenaSnapshot::ReadFloat ( float *  pValue  ) 

Here is the caller graph for this function:

void CArenaSnapshot::ReadBoolean ( bool *  pValue  ) 

Here is the caller graph for this function:

void CArenaSnapshot::WriteInteger ( int  Value  ) 

Here is the caller graph for this function:

void CArenaSnapshot::WriteFloat ( float  Value  ) 

Here is the caller graph for this function:

void CArenaSnapshot::WriteBoolean ( bool  Value  ) 

Here is the caller graph for this function:


Member Data Documentation

char CArenaSnapshot::m_Buffer[ARENA_SNAPSHOT_SIZE] [private]


The documentation for this class was generated from the following files:

Generated on Sat Oct 18 12:26:41 2008 for Bombermaaan by  doxygen 1.5.5
Visit the Bombermaaan project page
SourceForge.net Logo