MIRA
Namespaces | Macros
NoGenericReflect.h File Reference

Provides the MIRA_NO_GENERIC_REFLECT macros. More...

#include <error/Exceptions.h>
#include <platform/Typename.h>
Include dependency graph for NoGenericReflect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#define MIRA_NO_GENERIC_REFLECT_MEMBER(Type)
 Exception that is thrown, if a certain type does not support the specified reflector/serializer/deserializer since it does not support a generic reflect method that matches with all reflectors. More...
 
#define MIRA_NO_GENERIC_REFLECT(Type)
 Macro that can be used to indicate that a class type does not support all possible Reflectors/Serializers that may visit the reflect method of the type. More...
 

Detailed Description

Provides the MIRA_NO_GENERIC_REFLECT macros.

Author
Erik Einhorn
Date
2011/08/03