class TGenCollectionProxy::Value
Function Members (Methods)
Data Members
public:
UInt_t | fCase | type of data of Value_type |
ROOT::NewFunc_t | fCtor | Method cache for containee constructor |
ROOT::DelFunc_t | fDelete | Method cache for containee delete |
ROOT::DesFunc_t | fDtor | Method cache for containee destructor |
EDataType | fKind | kind of ROOT-fundamental type |
UInt_t | fProperties | Additional properties of the value type (kNeedDelete) |
size_t | fSize | fSize of the contained object |
TClassRef | fType | TClass reference of Value_type in collection |
Class Charts
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
Method & operator=(const Method& m)
{ call = m.call; return *this; }
Method0 & operator=(const Method0& m)
{ call = m.call; return *this; }