ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | List of all members
TGenCollectionProxy::Value Class Reference

Small helper to describe the Value_type or the key_type of an STL container.

Author
M.Frank
Version
1.0
Date
10/10/2004

Definition at line 66 of file TGenCollectionProxy.h.

Public Member Functions

 Value (const std::string &info, Bool_t silent)
 Constructor. More...
 
void DeleteItem (void *ptr)
 
Bool_t IsValid ()
 Return true if the Value has been properly initialized. More...
 

Public Attributes

ROOT::NewFunc_t fCtor
 Method cache for containee constructor. More...
 
ROOT::DesFunc_t fDtor
 Method cache for containee destructor. More...
 
ROOT::DelFunc_t fDelete
 Method cache for containee delete. More...
 
UInt_t fCase
 type of data of Value_type More...
 
UInt_t fProperties
 Additional properties of the value type (kNeedDelete) More...
 
TClassRef fType
 TClass reference of Value_type in collection. More...
 
EDataType fKind
 kind of ROOT-fundamental type More...
 
size_t fSize
 fSize of the contained object More...
 

#include <TGenCollectionProxy.h>

+ Collaboration diagram for TGenCollectionProxy::Value:

Constructor & Destructor Documentation

§ Value()

TGenCollectionProxy::Value::Value ( const std::string &  info,
Bool_t  silent 
)

Constructor.

Definition at line 331 of file TGenCollectionProxy.cxx.

Member Function Documentation

§ DeleteItem()

void TGenCollectionProxy::Value::DeleteItem ( void ptr)

Definition at line 524 of file TGenCollectionProxy.cxx.

Referenced by TGenCollectionProxy::DeleteItem().

§ IsValid()

Bool_t TGenCollectionProxy::Value::IsValid ( )

Return true if the Value has been properly initialized.

Definition at line 517 of file TGenCollectionProxy.cxx.

Referenced by TEmulatedCollectionProxy::InitializeEx(), and R__CreateValue().

Member Data Documentation

§ fCase

UInt_t TGenCollectionProxy::Value::fCase

§ fCtor

ROOT::NewFunc_t TGenCollectionProxy::Value::fCtor

Method cache for containee constructor.

Definition at line 67 of file TGenCollectionProxy.h.

§ fDelete

ROOT::DelFunc_t TGenCollectionProxy::Value::fDelete

Method cache for containee delete.

Definition at line 69 of file TGenCollectionProxy.h.

Referenced by TGenCollectionProxy::StreamHelper::read_any_object().

§ fDtor

ROOT::DesFunc_t TGenCollectionProxy::Value::fDtor

Method cache for containee destructor.

Definition at line 68 of file TGenCollectionProxy.h.

Referenced by TGenCollectionProxy::StreamHelper::read_any_object().

§ fKind

EDataType TGenCollectionProxy::Value::fKind

§ fProperties

UInt_t TGenCollectionProxy::Value::fProperties

Additional properties of the value type (kNeedDelete)

Definition at line 71 of file TGenCollectionProxy.h.

Referenced by TGenCollectionProxy::DeleteItem(), TEmulatedCollectionProxy::InitializeEx(), and TGenCollectionProxy::InitializeEx().

§ fSize

size_t TGenCollectionProxy::Value::fSize

§ fType

TClassRef TGenCollectionProxy::Value::fType

The documentation for this class was generated from the following files: