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

Serializer.h File Reference

Template utility for serialization (which is used in communication of skeletons.). More...

#include <utility>

Include dependency graph for Serializer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Serializer< A >
 A default template class to serialize an object of class A. More...
class  Serializer< int >
 Instance of Serializer for int. More...
class  Serializer< unsigned int >
 Instance of Serializer for unsigned int. More...
class  Serializer< char >
 Instance of Serializer for char. More...
class  Serializer< unsigned char >
 Instance of Serializer for unsinged char. More...
class  Serializer< bool >
 Instance of Serializer for bool. More...
class  Serializer< double >
 Instance of Serializer for double. More...
class  Serializer< const double >
 Instance of Serializer for double. More...
class  Serializer< float >
 Instance of Serializer for float. More...
class  Serializer< const std::pair< A, B > >
class  Serializer< std::pair< A, B > >


Detailed Description

Template utility for serialization (which is used in communication of skeletons.).

Author:
Kento EMOTO

Definition in file Serializer.h.


Generated on Wed Jan 18 22:19:38 2006 for SkeTo -- Skeleton Library in Tokyo by  doxygen 1.4.4