ROOT  6.06/09
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 625 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 ()
 

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_referenceref)
 

#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

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

Definition at line 628 of file TCollectionProxyInfo.h.

Definition at line 631 of file TCollectionProxyInfo.h.

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

Definition at line 629 of file TCollectionProxyInfo.h.

Definition at line 722 of file TCollectionProxyInfo.h.

Definition at line 633 of file TCollectionProxyInfo.h.

Definition at line 632 of file TCollectionProxyInfo.h.

Definition at line 634 of file TCollectionProxyInfo.h.

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

Definition at line 630 of file TCollectionProxyInfo.h.

Constructor & Destructor Documentation

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

Definition at line 636 of file TCollectionProxyInfo.h.

Member Function Documentation

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

Definition at line 646 of file TCollectionProxyInfo.h.

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

Definition at line 672 of file TCollectionProxyInfo.h.

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

Definition at line 668 of file TCollectionProxyInfo.h.

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

Definition at line 679 of file TCollectionProxyInfo.h.

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

Definition at line 650 of file TCollectionProxyInfo.h.

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

Definition at line 661 of file TCollectionProxyInfo.h.

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

Definition at line 638 of file TCollectionProxyInfo.h.

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

Definition at line 641 of file TCollectionProxyInfo.h.


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