ROOT  6.06/09
Reference Guide
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 817 of file TCollectionProxyInfo.h.

Classes

union  PtrSize_t
 

Public Types

typedef Cont_tPCont_t
 
typedef std::pair< PtrSize_t, Bool_titerator
 

Static Public Member Functions

static void create (void *coll, void **begin_arena, void **end_arena, TVirtualCollectionProxy *)
 
static voidcopy (void *dest_arena, const void *source_ptr)
 
static voidnext (void *iter_loc, const void *end_loc)
 
static void destruct1 (void *iter_ptr)
 
static void destruct2 (void *begin_ptr, void *end_ptr)
 

#include <TCollectionProxyInfo.h>

Member Typedef Documentation

template<typename Bitset_t >
typedef std::pair<PtrSize_t,Bool_t> ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::Iterators::iterator

Definition at line 820 of file TCollectionProxyInfo.h.

Definition at line 818 of file TCollectionProxyInfo.h.

Member Function Documentation

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

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

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

Definition at line 849 of file TCollectionProxyInfo.h.

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

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


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