ROOT  6.06/09
Reference Guide
Public Types | Static Public Member Functions | List of all members
ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > > Struct Template Reference

template<>
struct ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >

Definition at line 726 of file TCollectionProxyInfo.h.

Public Types

typedef std::vector< Bool_tCont_t
 
typedef Cont_t::iterator Iter_t
 
typedef Cont_t::value_type Value_t
 
typedef Environ< Iter_tEnv_t
 
typedef Env_tPEnv_t
 
typedef Cont_tPCont_t
 
typedef Value_tPValue_t
 
- Public Types inherited from ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >
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
 

Static Public Member Functions

static void resize (void *obj, size_t n)
 
static voidfeed (void *from, void *to, size_t size)
 
static int value_offset ()
 
- Static Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >
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)
 

Additional Inherited Members

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

#include <TCollectionProxyInfo.h>

+ Inheritance diagram for ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >:
+ Collaboration diagram for ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >:

Member Typedef Documentation

typedef std::vector<Bool_t> ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >::Cont_t

Definition at line 727 of file TCollectionProxyInfo.h.

Definition at line 730 of file TCollectionProxyInfo.h.

typedef Cont_t::iterator ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >::Iter_t

Definition at line 728 of file TCollectionProxyInfo.h.

Definition at line 732 of file TCollectionProxyInfo.h.

typedef Env_t* ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >::PEnv_t

Definition at line 731 of file TCollectionProxyInfo.h.

Definition at line 733 of file TCollectionProxyInfo.h.

typedef Cont_t::value_type ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >::Value_t

Definition at line 729 of file TCollectionProxyInfo.h.

Member Function Documentation

static void* ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >::feed ( void from,
void to,
size_t  size 
)
inlinestatic

Definition at line 739 of file TCollectionProxyInfo.h.

static void ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >::resize ( void obj,
size_t  n 
)
inlinestatic

Definition at line 735 of file TCollectionProxyInfo.h.

static int ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >::value_offset ( )
inlinestatic

Definition at line 746 of file TCollectionProxyInfo.h.


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