A++ » INCLUDE » TGenCollectionProxy::Value

class TGenCollectionProxy::Value

Function Members (Methods)

Data Members

public:
UInt_tfCasetype of data of Value_type
ROOT::NewFunc_tfCtorMethod cache for containee constructor
ROOT::DelFunc_tfDeleteMethod cache for containee delete
ROOT::DesFunc_tfDtorMethod cache for containee destructor
EDataTypefKindkind of ROOT-fundamental type
UInt_tfPropertiesAdditional properties of the value type (kNeedDelete)
size_tfSizefSize of the contained object
TClassReffTypeTClass reference of Value_type in collection

Class Charts

Inheritance Chart:
TGenCollectionProxy::Value

Function documentation

Value(const string& info, Bool_t silent)
 Default copy constructor has the correct implementation.
 Initializing constructor
void DeleteItem(void* ptr)
 Delete individual item from STL container
Bool_t IsValid()
Method & operator=(const Method& m)
{ call = m.call; return *this; }
Method0 & operator=(const Method0& m)
{ call = m.call; return *this; }