|
|
| CFlatData (void *pbeginIn, void *pendIn) |
| |
|
template<class T , class TAl > |
| | CFlatData (std::vector< T, TAl > &v) |
| |
|
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.