Definition at line 145 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 152 of file TClassTable.cxx.
typedef std::map<std::string, TClassRec*> ROOT::TMapTypeToClassRec::IdMap_t |
Definition at line 150 of file TClassTable.cxx.
Definition at line 151 of file TClassTable.cxx.
Definition at line 158 of file TClassTable.cxx.
Definition at line 153 of file TClassTable.cxx.
|
inline |
Definition at line 165 of file TClassTable.cxx.
|
inline |
Definition at line 169 of file TClassTable.cxx.
|
inline |
Definition at line 178 of file TClassTable.cxx.
Definition at line 176 of file TClassTable.cxx.
|
private |
Definition at line 162 of file TClassTable.cxx.