Definition at line 365 of file TClass.cxx.
Public Types | |
typedef IdMap_t::const_iterator | const_iterator |
typedef std::map< std::string, TClass * > | 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 | Remove (const key_type &key) |
Private Attributes | |
IdMap_t | fMap |
Definition at line 372 of file TClass.cxx.
typedef std::map<std::string,TClass*> ROOT::TMapTypeToTClass::IdMap_t |
Definition at line 370 of file TClass.cxx.
Definition at line 371 of file TClass.cxx.
Definition at line 378 of file TClass.cxx.
Definition at line 373 of file TClass.cxx.
|
inline |
Definition at line 385 of file TClass.cxx.
|
inline |
Definition at line 390 of file TClass.cxx.
|
inline |
Definition at line 398 of file TClass.cxx.
|
private |
Definition at line 382 of file TClass.cxx.