Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::TMapTypeToTClass Class Reference

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
 

Member Typedef Documentation

◆ const_iterator

◆ IdMap_t

typedef std::map<std::string,TClass*> ROOT::TMapTypeToTClass::IdMap_t

Definition at line 370 of file TClass.cxx.

◆ key_type

◆ mapped_type

◆ size_type

Member Function Documentation

◆ Add()

void ROOT::TMapTypeToTClass::Add ( const key_type key,
mapped_type obj 
)
inline

Definition at line 385 of file TClass.cxx.

◆ Find()

mapped_type ROOT::TMapTypeToTClass::Find ( const key_type key) const
inline

Definition at line 390 of file TClass.cxx.

◆ Remove()

void ROOT::TMapTypeToTClass::Remove ( const key_type key)
inline

Definition at line 398 of file TClass.cxx.

Member Data Documentation

◆ fMap

IdMap_t ROOT::TMapTypeToTClass::fMap
private

Definition at line 382 of file TClass.cxx.

  • core/meta/src/TClass.cxx