TGenCollectionProxy Proxy around an arbitrary container, which implements basic functionality and iteration. In particular this is used to implement splitting and abstract element access of any container. Access to compiled code is necessary to implement the abstract iteration sequence and functionality like size(), clear(), resize(). resize() may be a void operation.
~Value() | |
void | DeleteItem(void* ptr) |
TGenCollectionProxy::Value& | operator=(const TGenCollectionProxy::Value&) |
TGenCollectionProxy::Value | Value(const TGenCollectionProxy::Value& inside) |
TGenCollectionProxy::Value | Value(const string& info) |
unsigned int | fCase | type of data of Value_type |
void* | fCtor | Method cache for containee constructor |
void* | fDelete | Method cache for containee delete |
void* | fDtor | Method cache for containee destructor |
EDataType | fKind | kind of ROOT-fundamental type |
size_t | fSize | fSize of the contained object |
TClassRef | fType | TClass reference of Value_type in collection |