Definition at line 433 of file TClass.cxx.
Public Types | |
typedef DeclIdMap_t::const_iterator | const_iterator |
typedef multimap< TDictionary::DeclId_t, TClass * > | DeclIdMap_t |
typedef std::pair< const_iterator, const_iterator > | equal_range |
typedef DeclIdMap_t::key_type | key_type |
typedef DeclIdMap_t::mapped_type | mapped_type |
typedef DeclIdMap_t::size_type | size_type |
Public Member Functions | |
void | Add (const key_type &key, mapped_type obj) |
size_type | CountElementsWithKey (const key_type &key) |
equal_range | Find (const key_type &key) const |
void | Remove (const key_type &key) |
Private Attributes | |
DeclIdMap_t | fMap |
Definition at line 439 of file TClass.cxx.
typedef multimap<TDictionary::DeclId_t, TClass*> ROOT::TMapDeclIdToTClass::DeclIdMap_t |
Definition at line 436 of file TClass.cxx.
typedef std::pair<const_iterator, const_iterator> ROOT::TMapDeclIdToTClass::equal_range |
Definition at line 440 of file TClass.cxx.
Definition at line 437 of file TClass.cxx.
Definition at line 438 of file TClass.cxx.
Definition at line 441 of file TClass.cxx.
|
inline |
Definition at line 447 of file TClass.cxx.
Definition at line 453 of file TClass.cxx.
|
inline |
Definition at line 457 of file TClass.cxx.
|
inline |
Definition at line 462 of file TClass.cxx.
|
private |
Definition at line 444 of file TClass.cxx.