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

Serializer< unsigned int > Class Template Reference

Instance of Serializer for unsigned int. More...

#include <Serializer.h>

List of all members.

Static Public Member Functions

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


Detailed Description

template<>
class Serializer< unsigned int >

Instance of Serializer for unsigned int.

Definition at line 113 of file Serializer.h.


Member Function Documentation

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

Just casting.

Definition at line 118 of file Serializer.h.

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

Just sizeof.

Definition at line 132 of file Serializer.h.

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

Primitives don't need serialization.

Definition at line 138 of file Serializer.h.

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

Just casting.

Definition at line 125 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