Definition at line 136 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 143 of file TClassTable.cxx.
typedef std::map<std::string, TClassRec*> ROOT::TMapTypeToClassRec::IdMap_t |
Definition at line 141 of file TClassTable.cxx.
Definition at line 142 of file TClassTable.cxx.
Definition at line 149 of file TClassTable.cxx.
Definition at line 144 of file TClassTable.cxx.
|
inline |
Definition at line 156 of file TClassTable.cxx.
|
inline |
Definition at line 160 of file TClassTable.cxx.
|
inline |
Definition at line 170 of file TClassTable.cxx.
Definition at line 168 of file TClassTable.cxx.
|
private |
Definition at line 153 of file TClassTable.cxx.