Small helper to encapsulate basic data accesses for all STL continers.
Definition at line 286 of file TCollectionProxyInfo.h.
Public Types | |
typedef T | Cont_t |
typedef Environ< Iter_t > | Env_t |
typedef T::iterator | Iter_t |
typedef Iterators< Cont_t, fgLargeIterator > | Iterators_t |
typedef Cont_t * | PCont_t |
typedef Env_t * | PEnv_t |
typedef Value_t * | PValue_t |
typedef T::value_type | Value_t |
Public Member Functions | |
virtual | ~Type () |
![]() | |
virtual | ~Address () |
Static Public Member Functions | |
static void * | clear (void *env) |
static void * | collect (void *coll, void *array) |
static void * | construct (void *what, size_t size) |
static void | destruct (void *what, size_t size) |
static void * | first (void *env) |
static void * | next (void *env) |
static PCont_t | object (void *ptr) |
static void * | size (void *env) |
![]() | |
static void * | address (TYPENAME T::const_reference ref) |
Static Public Attributes | |
static const bool | fgLargeIterator = sizeof(typename Cont_t::iterator) > fgIteratorArenaSize |
#include <TCollectionProxyInfo.h>
typedef T ROOT::Detail::TCollectionProxyInfo::Type< T >::Cont_t |
Definition at line 289 of file TCollectionProxyInfo.h.
typedef Environ<Iter_t> ROOT::Detail::TCollectionProxyInfo::Type< T >::Env_t |
Definition at line 292 of file TCollectionProxyInfo.h.
typedef T::iterator ROOT::Detail::TCollectionProxyInfo::Type< T >::Iter_t |
Definition at line 290 of file TCollectionProxyInfo.h.
typedef Iterators<Cont_t,fgLargeIterator> ROOT::Detail::TCollectionProxyInfo::Type< T >::Iterators_t |
Definition at line 353 of file TCollectionProxyInfo.h.
typedef Cont_t* ROOT::Detail::TCollectionProxyInfo::Type< T >::PCont_t |
Definition at line 294 of file TCollectionProxyInfo.h.
typedef Env_t* ROOT::Detail::TCollectionProxyInfo::Type< T >::PEnv_t |
Definition at line 293 of file TCollectionProxyInfo.h.
typedef Value_t* ROOT::Detail::TCollectionProxyInfo::Type< T >::PValue_t |
Definition at line 295 of file TCollectionProxyInfo.h.
typedef T::value_type ROOT::Detail::TCollectionProxyInfo::Type< T >::Value_t |
Definition at line 291 of file TCollectionProxyInfo.h.
|
inlinevirtual |
Definition at line 297 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 307 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 339 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 333 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 346 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 311 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 324 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 299 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 302 of file TCollectionProxyInfo.h.
|
static |
Definition at line 352 of file TCollectionProxyInfo.h.