FreePOOMA  2.4.1
Public Types | Static Public Member Functions
Cheetah::Serialize< ::Cheetah::ARRAY, T > Class Template Reference

#include <CheetahSerialize.h>

List of all members.

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)

template<class T>
class Cheetah::Serialize< ::Cheetah::ARRAY, T >


Member Enumeration Documentation

template<class T >
anonymous enum
Enumerator:
fixedSize 

Member Function Documentation

template<class T >
static int Cheetah::Serialize< ::Cheetah::ARRAY, T >::size ( const T *  items,
const int &  count 
) [inline, static]
template<class T >
static int Cheetah::Serialize< ::Cheetah::ARRAY, T >::pack ( const T *  items,
char *  buffer,
const int &  count 
) [inline, static]

References pack().

template<class T >
static int Cheetah::Serialize< ::Cheetah::ARRAY, T >::unpack ( T *&  p,
char *  buffer,
int &  count 
) [inline, static]

References unpack().

template<class T >
static void Cheetah::Serialize< ::Cheetah::ARRAY, T >::cleanup ( T *  p) [inline, static]

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