#include <CheetahSerialize.h>
Public Types | |
| enum | { fixedSize = false } |
Static Public Member Functions | |
| static int | size (const T *items, const int &count) |
| static int | pack (const T *items, char *buffer, const int &count) |
| static int | unpack (T *&p, char *buffer, int &count) |
| static void | cleanup (T *p) |
| static int Cheetah::Serialize< ::Cheetah::ARRAY, T >::size | ( | const T * | items, | |
| const int & | count | |||
| ) | [inline, static] |
| static int Cheetah::Serialize< ::Cheetah::ARRAY, T >::pack | ( | const T * | items, | |
| char * | buffer, | |||
| const int & | count | |||
| ) | [inline, static] |
References pack().
| static int Cheetah::Serialize< ::Cheetah::ARRAY, T >::unpack | ( | T *& | p, | |
| char * | buffer, | |||
| int & | count | |||
| ) | [inline, static] |
References unpack().
| static void Cheetah::Serialize< ::Cheetah::ARRAY, T >::cleanup | ( | T * | p | ) | [inline, static] |
1.5.9