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

template<typename T>
struct ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >

Definition at line 127 of file TCollectionProxyInfo.h.

Public Types

typedef std::vector< T > Cont_t
 
typedef Cont_tPCont_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 *dest, const void *source)
 
static voidnext (void *, const void *)
 
static void destruct1 (void *)
 
static void destruct2 (void *, void *)
 

#include <TCollectionProxyInfo.h>

Member Typedef Documentation

template<typename T >
typedef std::vector<T> ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::Cont_t

Definition at line 128 of file TCollectionProxyInfo.h.

template<typename T >
typedef Cont_t::iterator ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::iterator

Definition at line 130 of file TCollectionProxyInfo.h.

template<typename T >
typedef Cont_t* ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::PCont_t

Definition at line 129 of file TCollectionProxyInfo.h.

Member Function Documentation

template<typename T >
static void* ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::copy ( void dest,
const void source 
)
inlinestatic

Definition at line 147 of file TCollectionProxyInfo.h.

template<typename T >
static void ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::create ( void coll,
void **  begin_arena,
void **  end_arena,
TVirtualCollectionProxy  
)
inlinestatic

Definition at line 132 of file TCollectionProxyInfo.h.

template<typename T >
static void ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::destruct1 ( void )
inlinestatic

Definition at line 163 of file TCollectionProxyInfo.h.

template<typename T >
static void ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::destruct2 ( void ,
void  
)
inlinestatic

Definition at line 166 of file TCollectionProxyInfo.h.

template<typename T >
static void* ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::next ( void ,
const void  
)
inlinestatic

Definition at line 151 of file TCollectionProxyInfo.h.


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