MIRA
Classes | Namespaces
AbstractReflector.h File Reference

Abstract base class for most Reflectors. More...

#include <boost/type_traits/remove_const.hpp>
#include <boost/mpl/assert.hpp>
#include <serialization/ReflectorInterface.h>
#include <utils/HasMember.h>
#include <utils/HasNonMember.h>
Include dependency graph for AbstractReflector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractReflector< Derived >
 Abstract base class for most Reflectors. More...
 
struct  AbstractReflector< Derived >::ReflectComplexIntrusive
 For classes with reflect method call their reflect method directly. More...
 
struct  AbstractReflector< Derived >::ReflectComplexNonintrusive
 For classes without reflect method, where we need to look somewhere else to get the information for visiting it. More...
 
struct  AbstractReflector< Derived >::ReflectMissing
 

Namespaces

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

Detailed Description

Abstract base class for most Reflectors.

Author
Erik Einhorn
Date
2010/09/24