Logo ROOT   6.14/05
Reference Guide
List of all members | 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 716 of file TCollectionProxyInfo.h.

Public Types

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

Static Public Member Functions

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

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 ()
 
voidaddress (std::vector< Bool_t >::const_reference)
 

#include <TCollectionProxyInfo.h>

Inheritance diagram for ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >:
[legend]

Member Typedef Documentation

◆ Cont_t

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

Definition at line 717 of file TCollectionProxyInfo.h.

◆ Env_t

Definition at line 720 of file TCollectionProxyInfo.h.

◆ Iter_t

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

Definition at line 718 of file TCollectionProxyInfo.h.

◆ PCont_t

Definition at line 722 of file TCollectionProxyInfo.h.

◆ PEnv_t

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

Definition at line 721 of file TCollectionProxyInfo.h.

◆ PValue_t

Definition at line 723 of file TCollectionProxyInfo.h.

◆ Value_t

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

Definition at line 719 of file TCollectionProxyInfo.h.

Member Function Documentation

◆ feed()

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

Definition at line 729 of file TCollectionProxyInfo.h.

◆ resize()

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

Definition at line 725 of file TCollectionProxyInfo.h.

◆ value_offset()

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

Definition at line 736 of file TCollectionProxyInfo.h.

Collaboration diagram for ROOT::Detail::TCollectionProxyInfo::Pushback< std::vector< bool > >:
[legend]

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