MIRA
Classes | Namespaces
Serializer.h File Reference

Contains the Serializer template, a base class for all serializers. More...

#include <set>
#include <map>
#include <boost/type_traits/is_fundamental.hpp>
#include <boost/type_traits/is_pointer.hpp>
#include <serialization/RecursiveMemberReflector.h>
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< Derived >
 Is a special reflector that is used for serialization. More...
 
struct  Serializer< Derived >::AObject
 Is used to store the type and the address of all previously serialized objects in a map. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Contains the Serializer template, a base class for all serializers.

Author
Erik Einhorn
Date
2010/07/03