ROOT  6.06/09
Reference Guide
Public Types | Static Public Member Functions | List of all members
ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true > Struct Template Reference

template<typename Cont_t>
struct ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true >

Definition at line 171 of file TCollectionProxyInfo.h.

Public Types

typedef Cont_t * PCont_t
 
typedef Cont_t::iterator iterator
 

Static Public Member Functions

static void create (void *coll, void **begin_arena, void **end_arena, TVirtualCollectionProxy *)
 
static voidcopy (void *, const void *source_ptr)
 
static voidnext (void *iter_loc, const void *end_loc)
 
static void destruct1 (void *begin_ptr)
 
static void destruct2 (void *begin_ptr, void *end_ptr)
 

#include <TCollectionProxyInfo.h>

Member Typedef Documentation

template<typename Cont_t >
typedef Cont_t::iterator ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true >::iterator

Definition at line 173 of file TCollectionProxyInfo.h.

template<typename Cont_t >
typedef Cont_t* ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true >::PCont_t

Definition at line 172 of file TCollectionProxyInfo.h.

Member Function Documentation

template<typename Cont_t >
static void* ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true >::copy ( void ,
const void source_ptr 
)
inlinestatic

Definition at line 180 of file TCollectionProxyInfo.h.

template<typename Cont_t >
static void ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true >::create ( void coll,
void **  begin_arena,
void **  end_arena,
TVirtualCollectionProxy  
)
inlinestatic

Definition at line 175 of file TCollectionProxyInfo.h.

template<typename Cont_t >
static void ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true >::destruct1 ( void begin_ptr)
inlinestatic

Definition at line 195 of file TCollectionProxyInfo.h.

template<typename Cont_t >
static void ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true >::destruct2 ( void begin_ptr,
void end_ptr 
)
inlinestatic

Definition at line 199 of file TCollectionProxyInfo.h.

template<typename Cont_t >
static void* ROOT::Detail::TCollectionProxyInfo::Iterators< Cont_t, true >::next ( void iter_loc,
const void end_loc 
)
inlinestatic

Definition at line 185 of file TCollectionProxyInfo.h.


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