#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 > > |
Definition in file Serializer.h.