MIRA
|
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>
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> | |
Abstract base class for most Reflectors.