Logo ROOT   6.12/07
Reference Guide
List of all members | Classes | Public Types | Static Public Member Functions | List of all members
ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators Struct Reference

template<typename Bitset_t>
struct ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators

Definition at line 804 of file TCollectionProxyInfo.h.

Classes

union  PtrSize_t
 

Public Types

typedef std::pair< PtrSize_t, Bool_titerator
 

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<typename Bitset_t >
typedef std::pair<PtrSize_t,Bool_t> ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators::iterator

Definition at line 806 of file TCollectionProxyInfo.h.

Member Function Documentation

◆ copy()

template<typename Bitset_t >
static void* ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators::copy ( void dest_arena,
const void source_ptr 
)
inlinestatic

Definition at line 820 of file TCollectionProxyInfo.h.

◆ create()

template<typename Bitset_t >
static void ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators::create ( void coll,
void **  begin_arena,
void **  end_arena,
TVirtualCollectionProxy  
)
inlinestatic

Definition at line 812 of file TCollectionProxyInfo.h.

◆ destruct1()

template<typename Bitset_t >
static void ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators::destruct1 ( void iter_ptr)
inlinestatic

Definition at line 835 of file TCollectionProxyInfo.h.

◆ destruct2()

template<typename Bitset_t >
static void ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators::destruct2 ( void begin_ptr,
void end_ptr 
)
inlinestatic

Definition at line 839 of file TCollectionProxyInfo.h.

◆ next()

template<typename Bitset_t >
static void* ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators::next ( void iter_loc,
const void end_loc 
)
inlinestatic

Definition at line 825 of file TCollectionProxyInfo.h.


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