library: libCore
#include "TGenCollectionProxy.h"

TGenCollectionProxy::Value


class description - header file - source file - inheritance tree (.pdf)

class TGenCollectionProxy::Value

Inheritance Chart:
TGenCollectionProxy::Value

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

Data Members


    public:
void* fCtor Method cache for containee constructor void* fDtor Method cache for containee destructor void* fDelete Method cache for containee delete unsigned int fCase type of data of Value_type TClassRef fType TClass reference of Value_type in collection EDataType fKind kind of ROOT-fundamental type size_t fSize fSize of the contained object

Class Description

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

Last update: Tue Jul 11 11:50:03 2006


ROOT page - Class index - Class Hierarchy - Top of the page

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.