ROOT  6.06/08
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 814 of file TCollectionProxyInfo.h.

Classes

union  PtrSize_t
 

Public Types

typedef Cont_t * PCont_t
 
typedef std::pair< PtrSize_t, Bool_t > iterator
 

Static Public Member Functions

static void create (void *coll, void **begin_arena, void **end_arena, TVirtualCollectionProxy *)
 
static void * copy (void *dest_arena, const void *source_ptr)
 
static void * next (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

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

§ PCont_t

Definition at line 815 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 831 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 823 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 846 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 850 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 836 of file TCollectionProxyInfo.h.


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