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

Serializer< int > Class Template Reference

Instance of Serializer for int. More...

#include <Serializer.h>

List of all members.

Static Public Member Functions

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


Detailed Description

template<>
class Serializer< int >

Instance of Serializer for int.

Definition at line 80 of file Serializer.h.


Member Function Documentation

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

Just casting.

Definition at line 85 of file Serializer.h.

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

Just sizeof.

Definition at line 99 of file Serializer.h.

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

Primitives don't need serialization.

Definition at line 105 of file Serializer.h.

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

Just casting.

Definition at line 92 of file Serializer.h.


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