Generic implementation of the functions for ValueTypeInfo. More...
#include <ValueType.hpp>
Public Types | |
typedef ValueDataType | Type |
Typedef for consistent interface to get the type from the ValueTypeInfoBase. | |
Static Public Member Functions | |
static const Type | min () |
Minimal value for the PixelFormat. | |
static const Type | max () |
Maximal value for the PixelFormat. | |
Generic implementation of the functions for ValueTypeInfo.
This class provide generic implementation of all ValueTypeInfo fields.
By inheriting this class from the ValueTypeInfo specialization you can get implementation of all necessary ValueTypeInfo fields for free. If this implementation doesn't suffice, the required fields have to be redefined in the ValueTypeInfo specialization itself.