+
class TGenCollectionProxy::Value
-
library: libRIO
#include "TGenCollectionProxy.h"
Display options:
Show inherited
Show non-public

class TGenCollectionProxy::Value


 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.


Function Members (Methods)

public:
~Value()
voidDeleteItem(void* ptr)
TGenCollectionProxy::Value&operator=(const TGenCollectionProxy::Value&)
TGenCollectionProxy::ValueValue(const TGenCollectionProxy::Value& inside)
TGenCollectionProxy::ValueValue(const string& info)

Data Members

public:
unsigned intfCasetype of data of Value_type
void*fCtorMethod cache for containee constructor
void*fDeleteMethod cache for containee delete
void*fDtorMethod cache for containee destructor
EDataTypefKindkind of ROOT-fundamental type
size_tfSizefSize of the contained object
TClassReffTypeTClass reference of Value_type in collection

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

Value(const Value& inside)
 Copy constructor
 Initializing constructor
Value(const std::string& info)
 Delete individual item from STL container
void DeleteItem(void* ptr)

Last update: Mon Jun 25 19:57:06 2007

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.