Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 178 of file TCollectionProxyInfo.h.

Public Types

typedef Cont_t::iterator iterator
 
typedef Cont_t * PCont_t
 

Static Public Member Functions

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

#include <TCollectionProxyInfo.h>

Member Typedef Documentation

◆ iterator

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

Definition at line 180 of file TCollectionProxyInfo.h.

◆ PCont_t

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

Definition at line 179 of file TCollectionProxyInfo.h.

Member Function Documentation

◆ copy()

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

Definition at line 187 of file TCollectionProxyInfo.h.

◆ create()

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 182 of file TCollectionProxyInfo.h.

◆ destruct1()

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

Definition at line 202 of file TCollectionProxyInfo.h.

◆ destruct2()

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

Definition at line 206 of file TCollectionProxyInfo.h.

◆ next()

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 192 of file TCollectionProxyInfo.h.


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