All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Public Member Functions | Public Attributes | List of all members
TypeDict< T > Class Template Reference

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
 

The documentation for this class was generated from the following file: