Wrapper for serializing arrays and POD.
More...
#include <serialize.h>
|
| CFlatData (void *pbeginIn, void *pendIn) |
|
char * | begin () |
|
const char * | begin () const |
|
char * | end () |
|
const char * | end () const |
|
unsigned int | GetSerializeSize (int, int=0) const |
|
template<typename Stream > |
void | Serialize (Stream &s, int, int=0) const |
|
template<typename Stream > |
void | Unserialize (Stream &s, int, int=0) |
|
Wrapper for serializing arrays and POD.
Definition at line 309 of file serialize.h.
CFlatData::CFlatData |
( |
void * |
pbeginIn, |
|
|
void * |
pendIn |
|
) |
| |
|
inline |
char* CFlatData::begin |
( |
| ) |
|
|
inline |
const char* CFlatData::begin |
( |
| ) |
const |
|
inline |
const char* CFlatData::end |
( |
| ) |
const |
|
inline |
unsigned int CFlatData::GetSerializeSize |
( |
int |
, |
|
|
int |
= 0 |
|
) |
| const |
|
inline |
template<typename Stream >
void CFlatData::Serialize |
( |
Stream & |
s, |
|
|
int |
, |
|
|
int |
= 0 |
|
) |
| const |
|
inline |
template<typename Stream >
void CFlatData::Unserialize |
( |
Stream & |
s, |
|
|
int |
, |
|
|
int |
= 0 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: