Small helper to encapsulate all necessary data accesses for containers like set, multiset etc.
Definition at line 474 of file TCollectionProxyInfo.h.
| Public Types | |
| typedef T | Cont_t | 
| typedef Environ< Iter_t > | Env_t | 
| typedef T::iterator | Iter_t | 
| typedef Cont_t * | PCont_t | 
| typedef Env_t * | PEnv_t | 
| typedef Value_t * | PValue_t | 
| typedef T::value_type | Value_t | 
|  Public Types inherited from ROOT::Detail::TCollectionProxyInfo::Type< T > | |
| 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 | 
| Static Public Member Functions | |
| static void * | feed (void *from, void *to, size_t size) | 
| static void | resize (void *, size_t) | 
| static int | value_offset () | 
|  Static Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Type< T > | |
| 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 Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Address< T::const_reference > | |
| static void * | address (T 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< T::const_reference > | |
| virtual | ~Address () | 
|  Static Public Attributes inherited from ROOT::Detail::TCollectionProxyInfo::Type< T > | |
| static const bool | fgLargeIterator = sizeof(typename Cont_t::iterator) > fgIteratorArenaSize | 
#include <TCollectionProxyInfo.h>
| typedef T ROOT::Detail::TCollectionProxyInfo::MapInsert< T >::Cont_t | 
Definition at line 475 of file TCollectionProxyInfo.h.
| typedef Environ<Iter_t> ROOT::Detail::TCollectionProxyInfo::MapInsert< T >::Env_t | 
Definition at line 478 of file TCollectionProxyInfo.h.
| typedef T::iterator ROOT::Detail::TCollectionProxyInfo::MapInsert< T >::Iter_t | 
Definition at line 476 of file TCollectionProxyInfo.h.
| typedef Cont_t* ROOT::Detail::TCollectionProxyInfo::MapInsert< T >::PCont_t | 
Definition at line 480 of file TCollectionProxyInfo.h.
| typedef Env_t* ROOT::Detail::TCollectionProxyInfo::MapInsert< T >::PEnv_t | 
Definition at line 479 of file TCollectionProxyInfo.h.
| typedef Value_t* ROOT::Detail::TCollectionProxyInfo::MapInsert< T >::PValue_t | 
Definition at line 481 of file TCollectionProxyInfo.h.
| typedef T::value_type ROOT::Detail::TCollectionProxyInfo::MapInsert< T >::Value_t | 
Definition at line 477 of file TCollectionProxyInfo.h.
| 
 | inlinestatic | 
Definition at line 482 of file TCollectionProxyInfo.h.
| 
 | inlinestatic | 
Definition at line 489 of file TCollectionProxyInfo.h.
| 
 | inlinestatic | 
Definition at line 492 of file TCollectionProxyInfo.h.