Logo ROOT   6.14/05
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 > > Struct Template Reference

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

Definition at line 616 of file TCollectionProxyInfo.h.

Classes

struct  Iterators
 

Public Types

typedef std::vector< Bool_tCont_t
 
typedef Environ< Iter_tEnv_t
 
typedef std::vector< Bool_t >::iterator Iter_t
 
typedef Iterators Iterators_t
 
typedef Cont_tPCont_t
 
typedef Env_tPEnv_t
 
typedef Value_tPValue_t
 
typedef std::vector< Bool_t >::value_type Value_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 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 >::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 > >:
[legend]

Member Typedef Documentation

◆ Cont_t

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

Definition at line 619 of file TCollectionProxyInfo.h.

◆ Env_t

Definition at line 622 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 620 of file TCollectionProxyInfo.h.

◆ Iterators_t

Definition at line 712 of file TCollectionProxyInfo.h.

◆ PCont_t

Definition at line 624 of file TCollectionProxyInfo.h.

◆ PEnv_t

Definition at line 623 of file TCollectionProxyInfo.h.

◆ PValue_t

Definition at line 625 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 621 of file TCollectionProxyInfo.h.

Constructor & Destructor Documentation

◆ ~Type()

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

Definition at line 627 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 637 of file TCollectionProxyInfo.h.

◆ collect()

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

Definition at line 663 of file TCollectionProxyInfo.h.

◆ construct()

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

Definition at line 659 of file TCollectionProxyInfo.h.

◆ destruct()

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

Definition at line 670 of file TCollectionProxyInfo.h.

◆ first()

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

Definition at line 641 of file TCollectionProxyInfo.h.

◆ next()

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

Definition at line 652 of file TCollectionProxyInfo.h.

◆ object()

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

Definition at line 629 of file TCollectionProxyInfo.h.

◆ size()

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

Definition at line 632 of file TCollectionProxyInfo.h.

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

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