ROOT  6.06/08
Reference Guide
Classes | Public Types | Public Member Functions | Static Public Member Functions | List of all members
ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > > Struct Template Reference

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

Definition at line 622 of file TCollectionProxyInfo.h.

Classes

struct  Iterators
 

Public Types

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

Public Member Functions

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

Static Public Member Functions

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

#include <TCollectionProxyInfo.h>

+ Inheritance diagram for ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >:
+ Collaboration diagram for ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >:

Member Typedef Documentation

§ Cont_t

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

Definition at line 625 of file TCollectionProxyInfo.h.

§ Env_t

Definition at line 628 of file TCollectionProxyInfo.h.

§ Iter_t

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

Definition at line 626 of file TCollectionProxyInfo.h.

§ Iterators_t

Definition at line 719 of file TCollectionProxyInfo.h.

§ PCont_t

Definition at line 630 of file TCollectionProxyInfo.h.

§ PEnv_t

Definition at line 629 of file TCollectionProxyInfo.h.

§ PValue_t

Definition at line 631 of file TCollectionProxyInfo.h.

§ Value_t

typedef std::vector<Bool_t>::value_type ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >::Value_t

Definition at line 627 of file TCollectionProxyInfo.h.

Constructor & Destructor Documentation

§ ~Type()

virtual ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >::~Type ( )
inlinevirtual

Definition at line 633 of file TCollectionProxyInfo.h.

Member Function Documentation

§ clear()

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

Definition at line 643 of file TCollectionProxyInfo.h.

§ collect()

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

Definition at line 669 of file TCollectionProxyInfo.h.

§ construct()

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

Definition at line 665 of file TCollectionProxyInfo.h.

§ destruct()

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

Definition at line 676 of file TCollectionProxyInfo.h.

§ first()

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

Definition at line 647 of file TCollectionProxyInfo.h.

§ next()

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

Definition at line 658 of file TCollectionProxyInfo.h.

§ object()

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

Definition at line 635 of file TCollectionProxyInfo.h.

§ size()

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

Definition at line 638 of file TCollectionProxyInfo.h.


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