#include <FWItemRandomAccessor.h>
Public Member Functions | |
template<> | |
const std::string & | classPurpose () |
template<> | |
const std::string & | classPurpose () |
template<> | |
const std::string & | classPurpose () |
template<> | |
const std::string & | classPurpose () |
template<> | |
const std::string & | classPurpose () |
template<> | |
const std::string & | classPurpose () |
template<> | |
const std::string & | classPurpose () |
template<> | |
const std::string & | classRegisterTypeName () |
template<> | |
const std::string & | classRegisterTypeName () |
template<> | |
const std::string & | classRegisterTypeName () |
template<> | |
const std::string & | classRegisterTypeName () |
template<> | |
const std::string & | classRegisterTypeName () |
template<> | |
const std::string & | classRegisterTypeName () |
template<> | |
const std::string & | classRegisterTypeName () |
template<> | |
const std::string & | classTypeName () |
template<> | |
const std::string & | classTypeName () |
template<> | |
const std::string & | classTypeName () |
template<> | |
const std::string & | classTypeName () |
template<> | |
const std::string & | classTypeName () |
template<> | |
const std::string & | classTypeName () |
template<> | |
const std::string & | classTypeName () |
FWItemRandomAccessor (const TClass *iClass) | |
const void * | modelData (int iIndex) const |
const std::string & | purpose () const |
unsigned int | size () const |
const std::string & | typeName () const |
Public Member Functions inherited from FWItemRandomAccessorBase | |
const void * | data () const |
bool | isCollection () const |
const TClass * | modelType () const |
virtual void | reset () |
void | setData (const edm::ObjectWithDict &) |
override if id of an object should be different than the index More... | |
const TClass * | type () const |
virtual | ~FWItemRandomAccessorBase () |
Public Member Functions inherited from FWItemAccessorBase | |
FWItemAccessorBase () | |
virtual | ~FWItemAccessorBase () |
Static Public Member Functions | |
static const std::string & | classPurpose () |
static const std::string & | classRegisterTypeName () |
static const std::string & | classTypeName () |
Private Types | |
typedef C | container_type |
typedef V | container_value_type |
Additional Inherited Members | |
Protected Member Functions inherited from FWItemRandomAccessorBase | |
FWItemRandomAccessorBase (const TClass *type, const type_info &modelTypeName) | |
void * | getDataPtr () const |
Protected Attributes inherited from FWItemRandomAccessorBase | |
void * | m_data |
const TClass * | m_modelType |
const TClass * | m_type |
A generic helper class which can be used to create a specialized FWItemAccessorBase plugin for all the classes that expose a std::vector like interface.
The template argument T is the actual type of the container you want to have an accessor for and it must satisty the following:
Notice that most of the work is actually done by the baseclass.
Definition at line 73 of file FWItemRandomAccessor.h.
|
private |
Definition at line 75 of file FWItemRandomAccessor.h.
|
private |
Definition at line 76 of file FWItemRandomAccessor.h.
|
inline |
Definition at line 78 of file FWItemRandomAccessor.h.
const std::string & FWItemRandomAccessor< CSCRecHit2DCollection >::classPurpose | ( | ) |
Definition at line 36 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< CSCSegmentCollection >::classPurpose | ( | ) |
Definition at line 37 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecSegment2DCollection >::classPurpose | ( | ) |
Definition at line 38 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecSegment4DCollection >::classPurpose | ( | ) |
Definition at line 39 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecHitCollection >::classPurpose | ( | ) |
Definition at line 40 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< RPCRecHitCollection >::classPurpose | ( | ) |
Definition at line 41 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< GEMRecHitCollection >::classPurpose | ( | ) |
Definition at line 63 of file FWItemMuonAccessors.cc.
|
static |
const std::string & FWItemRandomAccessor< CSCRecHit2DCollection >::classRegisterTypeName | ( | ) |
Definition at line 36 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< CSCSegmentCollection >::classRegisterTypeName | ( | ) |
Definition at line 37 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecSegment2DCollection >::classRegisterTypeName | ( | ) |
Definition at line 38 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecSegment4DCollection >::classRegisterTypeName | ( | ) |
Definition at line 39 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecHitCollection >::classRegisterTypeName | ( | ) |
Definition at line 40 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< RPCRecHitCollection >::classRegisterTypeName | ( | ) |
Definition at line 41 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< GEMRecHitCollection >::classRegisterTypeName | ( | ) |
Definition at line 63 of file FWItemMuonAccessors.cc.
|
static |
const std::string & FWItemRandomAccessor< CSCRecHit2DCollection >::classTypeName | ( | ) |
Definition at line 36 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< CSCSegmentCollection >::classTypeName | ( | ) |
Definition at line 37 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecSegment2DCollection >::classTypeName | ( | ) |
Definition at line 38 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecSegment4DCollection >::classTypeName | ( | ) |
Definition at line 39 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< DTRecHitCollection >::classTypeName | ( | ) |
Definition at line 40 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< RPCRecHitCollection >::classTypeName | ( | ) |
Definition at line 41 of file FWItemMuonAccessors.cc.
const std::string & FWItemRandomAccessor< GEMRecHitCollection >::classTypeName | ( | ) |
Definition at line 63 of file FWItemMuonAccessors.cc.
|
static |
|
inlinevirtual |
Implements FWItemAccessorBase.
Definition at line 85 of file FWItemRandomAccessor.h.
References FWItemRandomAccessorBase::getDataPtr().
|
inline |
Definition at line 82 of file FWItemRandomAccessor.h.
|
inlinevirtual |
Implements FWItemAccessorBase.
Definition at line 92 of file FWItemRandomAccessor.h.
References FWItemRandomAccessorBase::getDataPtr().
|
inline |
Definition at line 82 of file FWItemRandomAccessor.h.