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

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

Definition at line 619 of file TCollectionProxyInfo.h.

Classes

struct  Iterators
 

Public Types

typedef std::vector< Bool_t, A > Cont_t
 
typedef Environ< Iter_tEnv_t
 
typedef Cont_t::iterator Iter_t
 
typedef Iterators Iterators_t
 
typedef Cont_tPCont_t
 
typedef Env_tPEnv_t
 
typedef Value_tPValue_t
 
typedef Cont_t::value_type Value_t
 

Public Member Functions

virtual ~Type ()
 
- Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Address< std::vector< Bool_t, A >::const_reference >
virtual ~Address ()
 

Static Public Member Functions

static voidclear (void *env)
 
static voidcollect (void *coll, void *array)
 
static voidconstruct (void *, size_t)
 
static void destruct (void *, size_t)
 
static voidfirst (void *env)
 
static voidnext (void *env)
 
static PCont_t object (void *ptr)
 
static voidsize (void *env)
 
- Static Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Address< std::vector< Bool_t, A >::const_reference >
static voidaddress (std::vector< Bool_t, A >::const_reference ref)
 

#include <TCollectionProxyInfo.h>

Inheritance diagram for ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >:
[legend]

Member Typedef Documentation

◆ Cont_t

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

Definition at line 622 of file TCollectionProxyInfo.h.

◆ Env_t

template<class A >
typedef Environ<Iter_t> ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::Env_t

Definition at line 625 of file TCollectionProxyInfo.h.

◆ Iter_t

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

Definition at line 623 of file TCollectionProxyInfo.h.

◆ Iterators_t

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

Definition at line 715 of file TCollectionProxyInfo.h.

◆ PCont_t

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

Definition at line 627 of file TCollectionProxyInfo.h.

◆ PEnv_t

template<class A >
typedef Env_t* ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::PEnv_t

Definition at line 626 of file TCollectionProxyInfo.h.

◆ PValue_t

template<class A >
typedef Value_t* ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::PValue_t

Definition at line 628 of file TCollectionProxyInfo.h.

◆ Value_t

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

Definition at line 624 of file TCollectionProxyInfo.h.

Constructor & Destructor Documentation

◆ ~Type()

template<class A >
virtual ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::~Type ( )
inlinevirtual

Definition at line 630 of file TCollectionProxyInfo.h.

Member Function Documentation

◆ clear()

template<class A >
static void * ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::clear ( void env)
inlinestatic

Definition at line 640 of file TCollectionProxyInfo.h.

◆ collect()

template<class A >
static void * ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::collect ( void coll,
void array 
)
inlinestatic

Definition at line 666 of file TCollectionProxyInfo.h.

◆ construct()

template<class A >
static void * ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::construct ( void ,
size_t   
)
inlinestatic

Definition at line 662 of file TCollectionProxyInfo.h.

◆ destruct()

template<class A >
static void ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::destruct ( void ,
size_t   
)
inlinestatic

Definition at line 673 of file TCollectionProxyInfo.h.

◆ first()

template<class A >
static void * ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::first ( void env)
inlinestatic

Definition at line 644 of file TCollectionProxyInfo.h.

◆ next()

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

Definition at line 655 of file TCollectionProxyInfo.h.

◆ object()

template<class A >
static PCont_t ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::object ( void ptr)
inlinestatic

Definition at line 632 of file TCollectionProxyInfo.h.

◆ size()

template<class A >
static void * ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >::size ( void env)
inlinestatic

Definition at line 635 of file TCollectionProxyInfo.h.

Collaboration diagram for ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t, A > >:
[legend]

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