Logo ROOT   6.14/05
Reference Guide
List of all members | Public Types | Static Public Member Functions | List of all members
ROOT::Detail::TCollectionProxyInfo::Pushback< T > Class Template Reference

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

Small helper to encapsulate all necessary data accesses for containers like vector, list, deque.

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

Definition at line 364 of file TCollectionProxyInfo.h.

Public Types

typedef T Cont_t
 
typedef Environ< Iter_tEnv_t
 
typedef T::iterator Iter_t
 
typedef Cont_tPCont_t
 
typedef Env_tPEnv_t
 
typedef Value_tPValue_t
 
typedef T::value_type Value_t
 
- Public Types inherited from ROOT::Detail::TCollectionProxyInfo::Type< T >
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
 

Static Public Member Functions

static voidfeed (void *from, void *to, size_t size)
 
static void resize (void *obj, size_t n)
 
static int value_offset ()
 
- Static Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Type< T >
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)
 

Additional Inherited Members

- Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Type< T >
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 Attributes inherited from ROOT::Detail::TCollectionProxyInfo::Type< T >
static const bool fgLargeIterator = sizeof(typename Cont_t::iterator) > fgIteratorArenaSize
 

#include <TCollectionProxyInfo.h>

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

Member Typedef Documentation

◆ Cont_t

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

Definition at line 365 of file TCollectionProxyInfo.h.

◆ Env_t

Definition at line 368 of file TCollectionProxyInfo.h.

◆ Iter_t

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

Definition at line 366 of file TCollectionProxyInfo.h.

◆ PCont_t

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

Definition at line 370 of file TCollectionProxyInfo.h.

◆ PEnv_t

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

Definition at line 369 of file TCollectionProxyInfo.h.

◆ PValue_t

Definition at line 371 of file TCollectionProxyInfo.h.

◆ Value_t

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

Definition at line 367 of file TCollectionProxyInfo.h.

Member Function Documentation

◆ feed()

template<class T >
static void* ROOT::Detail::TCollectionProxyInfo::Pushback< T >::feed ( void from,
void to,
size_t  size 
)
inlinestatic

Definition at line 376 of file TCollectionProxyInfo.h.

◆ resize()

template<class T >
static void ROOT::Detail::TCollectionProxyInfo::Pushback< T >::resize ( void obj,
size_t  n 
)
inlinestatic

Definition at line 372 of file TCollectionProxyInfo.h.

◆ value_offset()

template<class T >
static int ROOT::Detail::TCollectionProxyInfo::Pushback< T >::value_offset ( )
inlinestatic

Definition at line 383 of file TCollectionProxyInfo.h.

Collaboration diagram for ROOT::Detail::TCollectionProxyInfo::Pushback< T >:
[legend]

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