#include <NumericEnum.hpp>
Definition at line 97 of file NumericEnum.hpp.
Public Types | |
| length = TypeListLength<NumericTypeList>::value | |
| minimum = 1 | |
| maximum = length - 1 | |
| value = TypeListIndex< NumericTypeList | |
| enum | { length = TypeListLength<NumericTypeList>::value } |
| enum | { minimum = 1 } |
| enum | { maximum = length - 1 } |
| enum | { value = TypeListIndex< NumericTypeList, value = TypeListIndex< NumericTypeList } |
Static Public Member Functions | |
| static const char * | name (unsigned ordinal) |
| Text name Type where where ordinal = NumericEnum<Type>::value. | |
| static unsigned | size (unsigned ordinal) |
| sizeof(Type) where ordinal = NumericEnum<Type>::value | |
1.4.7