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

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

Definition at line 686 of file TCollectionProxyInfo.h.

Public Types

typedef Cont_t::iterator iterator
 
typedef Cont_tPCont_t
 

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

typedef Cont_t::iterator ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >::Iterators::iterator

Definition at line 688 of file TCollectionProxyInfo.h.

◆ PCont_t

Definition at line 687 of file TCollectionProxyInfo.h.

Member Function Documentation

◆ copy()

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

Definition at line 695 of file TCollectionProxyInfo.h.

◆ create()

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

Definition at line 690 of file TCollectionProxyInfo.h.

◆ destruct1()

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

Definition at line 711 of file TCollectionProxyInfo.h.

◆ destruct2()

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

Definition at line 715 of file TCollectionProxyInfo.h.

◆ next()

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

Definition at line 700 of file TCollectionProxyInfo.h.


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