Definition at line 144 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 151 of file TClassTable.cxx.
typedef std::map<std::string, TClassRec*> ROOT::TMapTypeToClassRec::IdMap_t |
Definition at line 149 of file TClassTable.cxx.
Definition at line 150 of file TClassTable.cxx.
Definition at line 157 of file TClassTable.cxx.
Definition at line 152 of file TClassTable.cxx.
|
inline |
Definition at line 164 of file TClassTable.cxx.
|
inline |
Definition at line 168 of file TClassTable.cxx.
|
inline |
Definition at line 177 of file TClassTable.cxx.
|
inline |
Definition at line 175 of file TClassTable.cxx.
|
private |
Definition at line 161 of file TClassTable.cxx.