MIRA
|
Provides the MIRA_NO_GENERIC_REFLECT macros. More...
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... | |
Provides the MIRA_NO_GENERIC_REFLECT macros.