Public Types | |
typedef std::pair< const std::type_info *, T > | entry_t |
typedef std::list< entry_t > | list_t |
Public Member Functions | |
void | add (const std::type_info &t, const T &key) |
const std::type_info & | getValue (const T &key) const |
const std::type_info & | getKey (const T &value) const |
Public Attributes | |
list_t | dictionary |