Small helper to implement the function to create,access and destroy iterators.
Definition at line 90 of file TCollectionProxyInfo.h.
Public Types | |
typedef Cont_t::iterator | iterator |
typedef Cont_t * | PCont_t |
Static Public Member Functions | |
static void * | copy (void *dest_arena, const void *source_ptr) |
static void | create (void *coll, void **begin_arena, void **end_arena, TVirtualCollectionProxy *) |
static void | destruct1 (void *iter_ptr) |
static void | destruct2 (void *begin_ptr, void *end_ptr) |
static void * | next (void *iter_loc, const void *end_loc) |
#include <TCollectionProxyInfo.h>
typedef Cont_t::iterator ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, large >::iterator |
Definition at line 92 of file TCollectionProxyInfo.h.
typedef Cont_t* ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, large >::PCont_t |
Definition at line 91 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 99 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 94 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 114 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 118 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 104 of file TCollectionProxyInfo.h.