#include <CArenaSnapshot.h>
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 |
| CArenaSnapshot::CArenaSnapshot | ( | void | ) |
Constructor.
| CArenaSnapshot::~CArenaSnapshot | ( | void | ) | [virtual] |
Destructor.
| void CArenaSnapshot::Create | ( | void | ) |
| void CArenaSnapshot::Destroy | ( | void | ) |
| void CArenaSnapshot::Begin | ( | void | ) |

| void CArenaSnapshot::ReadInteger | ( | int * | pValue | ) |

| void CArenaSnapshot::ReadFloat | ( | float * | pValue | ) |

| void CArenaSnapshot::ReadBoolean | ( | bool * | pValue | ) |

| void CArenaSnapshot::WriteInteger | ( | int | Value | ) |

| void CArenaSnapshot::WriteFloat | ( | float | Value | ) |

| void CArenaSnapshot::WriteBoolean | ( | bool | Value | ) |

char CArenaSnapshot::m_Buffer[ARENA_SNAPSHOT_SIZE] [private] |
int CArenaSnapshot::m_Position [private] |
1.5.5