Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Serializer< unsigned char > Class Template Reference

Instance of Serializer for unsinged char. More...

#include <Serializer.h>

List of all members.

Static Public Member Functions

static unsigned char * construct (unsigned char *obj, unsigned char *buf)
 Just casting.
static unsigned char * serialize (const unsigned char &obj, unsigned char *buf)
 Just casting.
static int getSerializedSize (const unsigned char &obj)
 Just sizeof.
static bool needsSerializing ()
 Primitives don't need serialization.


Detailed Description

template<>
class Serializer< unsigned char >

Instance of Serializer for unsinged char.

Definition at line 179 of file Serializer.h.


Member Function Documentation

static unsigned char* Serializer< unsigned char >::construct unsigned char *  obj,
unsigned char *  buf
[inline, static]
 

Just casting.

Definition at line 184 of file Serializer.h.

static int Serializer< unsigned char >::getSerializedSize const unsigned char &  obj  )  [inline, static]
 

Just sizeof.

Definition at line 198 of file Serializer.h.

static bool Serializer< unsigned char >::needsSerializing  )  [inline, static]
 

Primitives don't need serialization.

Definition at line 204 of file Serializer.h.

static unsigned char* Serializer< unsigned char >::serialize const unsigned char &  obj,
unsigned char *  buf
[inline, static]
 

Just casting.

Definition at line 191 of file Serializer.h.


The documentation for this class was generated from the following file:
Generated on Wed Jan 18 22:21:10 2006 for SkeTo -- Skeleton Library in Tokyo by  doxygen 1.4.4