Logo ROOT   6.08/07
Reference Guide
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
ROOT::Detail::TCollectionProxyInfo::Type< T > Class Template Reference

template<class T>
class ROOT::Detail::TCollectionProxyInfo::Type< T >

Small helper to encapsulate basic data accesses for all STL continers.

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

Definition at line 291 of file TCollectionProxyInfo.h.

Public Types

typedef T Cont_t
 
typedef Environ< Iter_tEnv_t
 
typedef T::iterator Iter_t
 
typedef Iterators< Cont_t, fgLargeIteratorIterators_t
 
typedef Cont_tPCont_t
 
typedef Env_tPEnv_t
 
typedef Value_tPValue_t
 
typedef T::value_type Value_t
 

Public Member Functions

virtual ~Type ()
 
- Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Address< TYPENAME T::const_reference >
virtual ~Address ()
 
voidaddress (std::vector< Bool_t >::const_reference)
 

Static Public Member Functions

static voidclear (void *env)
 
static voidcollect (void *coll, void *array)
 
static voidconstruct (void *what, size_t size)
 
static void destruct (void *what, size_t size)
 
static voidfirst (void *env)
 
static voidnext (void *env)
 
static PCont_t object (void *ptr)
 
static voidsize (void *env)
 
- Static Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Address< TYPENAME T::const_reference >
static voidaddress (TYPENAME T::const_reference ref)
 

Static Public Attributes

static const bool fgLargeIterator = sizeof(typename Cont_t::iterator) > fgIteratorArenaSize
 

#include <TCollectionProxyInfo.h>

Inheritance diagram for ROOT::Detail::TCollectionProxyInfo::Type< T >:
[legend]

Member Typedef Documentation

◆ Cont_t

template<class T >
typedef T ROOT::Detail::TCollectionProxyInfo::Type< T >::Cont_t

Definition at line 294 of file TCollectionProxyInfo.h.

◆ Env_t

template<class T >
typedef Environ<Iter_t> ROOT::Detail::TCollectionProxyInfo::Type< T >::Env_t

Definition at line 297 of file TCollectionProxyInfo.h.

◆ Iter_t

template<class T >
typedef T::iterator ROOT::Detail::TCollectionProxyInfo::Type< T >::Iter_t

Definition at line 295 of file TCollectionProxyInfo.h.

◆ Iterators_t

Definition at line 358 of file TCollectionProxyInfo.h.

◆ PCont_t

template<class T >
typedef Cont_t* ROOT::Detail::TCollectionProxyInfo::Type< T >::PCont_t

Definition at line 299 of file TCollectionProxyInfo.h.

◆ PEnv_t

template<class T >
typedef Env_t* ROOT::Detail::TCollectionProxyInfo::Type< T >::PEnv_t

Definition at line 298 of file TCollectionProxyInfo.h.

◆ PValue_t

template<class T >
typedef Value_t* ROOT::Detail::TCollectionProxyInfo::Type< T >::PValue_t

Definition at line 300 of file TCollectionProxyInfo.h.

◆ Value_t

template<class T >
typedef T::value_type ROOT::Detail::TCollectionProxyInfo::Type< T >::Value_t

Definition at line 296 of file TCollectionProxyInfo.h.

Constructor & Destructor Documentation

◆ ~Type()

template<class T >
virtual ROOT::Detail::TCollectionProxyInfo::Type< T >::~Type ( )
inlinevirtual

Definition at line 302 of file TCollectionProxyInfo.h.

Member Function Documentation

◆ clear()

template<class T >
static void* ROOT::Detail::TCollectionProxyInfo::Type< T >::clear ( void env)
inlinestatic

Definition at line 312 of file TCollectionProxyInfo.h.

◆ collect()

template<class T >
static void* ROOT::Detail::TCollectionProxyInfo::Type< T >::collect ( void coll,
void array 
)
inlinestatic

Definition at line 344 of file TCollectionProxyInfo.h.

◆ construct()

template<class T >
static void* ROOT::Detail::TCollectionProxyInfo::Type< T >::construct ( void what,
size_t  size 
)
inlinestatic

Definition at line 338 of file TCollectionProxyInfo.h.

◆ destruct()

template<class T >
static void ROOT::Detail::TCollectionProxyInfo::Type< T >::destruct ( void what,
size_t  size 
)
inlinestatic

Definition at line 351 of file TCollectionProxyInfo.h.

◆ first()

template<class T >
static void* ROOT::Detail::TCollectionProxyInfo::Type< T >::first ( void env)
inlinestatic

Definition at line 316 of file TCollectionProxyInfo.h.

◆ next()

template<class T >
static void* ROOT::Detail::TCollectionProxyInfo::Type< T >::next ( void env)
inlinestatic

Definition at line 329 of file TCollectionProxyInfo.h.

◆ object()

template<class T >
static PCont_t ROOT::Detail::TCollectionProxyInfo::Type< T >::object ( void ptr)
inlinestatic

Definition at line 304 of file TCollectionProxyInfo.h.

◆ size()

template<class T >
static void* ROOT::Detail::TCollectionProxyInfo::Type< T >::size ( void env)
inlinestatic

Definition at line 307 of file TCollectionProxyInfo.h.

Member Data Documentation

◆ fgLargeIterator

template<class T >
const bool ROOT::Detail::TCollectionProxyInfo::Type< T >::fgLargeIterator = sizeof(typename Cont_t::iterator) > fgIteratorArenaSize
static

Definition at line 357 of file TCollectionProxyInfo.h.


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