Definition at line 98 of file TClassTable.cxx.
Public Types | |
typedef IdMap_t::const_iterator | const_iterator |
typedef std::map< std::string, TClassRec * > | IdMap_t |
typedef IdMap_t::key_type | key_type |
typedef IdMap_t::mapped_type | mapped_type |
typedef IdMap_t::size_type | size_type |
Public Member Functions | |
void | Add (const key_type &key, mapped_type &obj) |
mapped_type | Find (const key_type &key) const |
void | Print () |
void | Remove (const key_type &key) |
Private Attributes | |
IdMap_t | fMap |
Definition at line 105 of file TClassTable.cxx.
typedef std::map<std::string, TClassRec*> ROOT::TMapTypeToClassRec::IdMap_t |
Definition at line 103 of file TClassTable.cxx.
Definition at line 104 of file TClassTable.cxx.
Definition at line 111 of file TClassTable.cxx.
Definition at line 106 of file TClassTable.cxx.
|
inline |
Definition at line 118 of file TClassTable.cxx.
|
inline |
Definition at line 122 of file TClassTable.cxx.
|
inline |
Definition at line 131 of file TClassTable.cxx.
|
inline |
Definition at line 129 of file TClassTable.cxx.
|
private |
Definition at line 115 of file TClassTable.cxx.