Definition at line 141 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 148 of file TClassTable.cxx.
typedef std::map<std::string, TClassRec*> ROOT::TMapTypeToClassRec::IdMap_t |
Definition at line 146 of file TClassTable.cxx.
Definition at line 147 of file TClassTable.cxx.
Definition at line 154 of file TClassTable.cxx.
Definition at line 149 of file TClassTable.cxx.
|
inline |
Definition at line 161 of file TClassTable.cxx.
|
inline |
Definition at line 165 of file TClassTable.cxx.
|
inline |
Definition at line 174 of file TClassTable.cxx.
|
inline |
Definition at line 172 of file TClassTable.cxx.
|
private |
Definition at line 158 of file TClassTable.cxx.