Logo ROOT   6.16/01
Reference Guide
List of all members | Public Types | Static Public Member Functions | List of all members
ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Iterators Struct Reference

template<class A>
struct ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Iterators

Definition at line 680 of file TCollectionProxyInfo.h.

Public Types

typedef Cont_t::iterator iterator
 

Static Public Member Functions

static voidcopy (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 voidnext (void *iter_loc, const void *end_loc)
 

#include <TCollectionProxyInfo.h>

Member Typedef Documentation

◆ iterator

template<class A >
typedef Cont_t::iterator ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Iterators::iterator

Definition at line 681 of file TCollectionProxyInfo.h.

Member Function Documentation

◆ copy()

template<class A >
static void * ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Iterators::copy ( void dest_arena,
const void source_ptr 
)
inlinestatic

Definition at line 688 of file TCollectionProxyInfo.h.

◆ create()

template<class A >
static void ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Iterators::create ( void coll,
void **  begin_arena,
void **  end_arena,
TVirtualCollectionProxy  
)
inlinestatic

Definition at line 683 of file TCollectionProxyInfo.h.

◆ destruct1()

template<class A >
static void ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Iterators::destruct1 ( void iter_ptr)
inlinestatic

Definition at line 704 of file TCollectionProxyInfo.h.

◆ destruct2()

template<class A >
static void ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Iterators::destruct2 ( void begin_ptr,
void end_ptr 
)
inlinestatic

Definition at line 708 of file TCollectionProxyInfo.h.

◆ next()

template<class A >
static void * ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Iterators::next ( void iter_loc,
const void end_loc 
)
inlinestatic

Definition at line 693 of file TCollectionProxyInfo.h.


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