The key-type of the central hash table that stores all enum records. Contains inner functors for hashing and comparing.
Definition at line 34 of file enumrecordmap.hpp.
#include <enumrecordmap.hpp>
Inner Type Index: | |
struct | EqualTo |
struct | Hash |
Public Field Index: | |
integer | Element |
const std::type_info & | RTTI |
Public Method Index: | |
EnumRecordKey (const std::type_info &rtti, integer element) | |
integer Element |
Integral value of the enumeration element.
Definition at line 40 of file enumrecordmap.hpp.
const std::type_info& RTTI |
Run-time type information on the enumeration type
Definition at line 37 of file enumrecordmap.hpp.
|
inline |
Constructor.
Definition at line 47 of file enumrecordmap.hpp.