#include <BasicHandle.h>
Public Types | |
typedef T | value_type |
typedef T | wrapped_type |
Public Member Functions | |
T const * | operator-> () const |
T const * | product () const |
Wrapper () | |
Wrapper (std::unique_ptr< T > ptr) | |
Wrapper (T *) | |
virtual | ~Wrapper () |
Public Member Functions inherited from edm::WrapperBase | |
std::type_info const & | dynamicTypeInfo () const |
void | fillPtrVector (std::type_info const &iToType, std::vector< unsigned long > const &iIndicies, std::vector< void const * > &oPtr) const |
void | fillView (ProductID const &id, std::vector< void const * > &view, helper_vector_ptr &helpers) const |
bool | hasIsProductEqual () const |
bool | isMergeable () const |
bool | isPresent () const |
bool | isProductEqual (WrapperBase const *newProduct) const |
bool | mergeProduct (WrapperBase const *newProduct) |
bool | sameType (WrapperBase const &other) const |
void | setPtr (std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) const |
std::type_info const & | wrappedTypeInfo () const |
WrapperBase () | |
virtual | ~WrapperBase () |
Static Public Member Functions | |
static short | Class_Version () |
static std::type_info const & | productTypeInfo () |
static std::type_info const & | typeInfo () |
Private Member Functions | |
virtual void | do_fillPtrVector (std::type_info const &iToType, std::vector< unsigned long > const &iIndices, std::vector< void const * > &oPtr) const |
virtual void | do_fillView (ProductID const &id, std::vector< void const * > &pointers, helper_vector_ptr &helpers) const |
virtual void | do_setPtr (std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) const |
virtual std::type_info const & | dynamicTypeInfo_ () const |
virtual bool | hasIsProductEqual_ () const |
virtual bool | isMergeable_ () const |
virtual bool | isPresent_ () const |
virtual bool | isProductEqual_ (WrapperBase const *newProduct) const |
virtual bool | mergeProduct_ (WrapperBase const *newProduct) |
Wrapper< T > & | operator= (Wrapper< T > const &) |
virtual std::type_info const & | wrappedTypeInfo_ () const |
Wrapper (Wrapper< T > const &rh) | |
Private Attributes | |
T | obj |
bool | present |
Definition at line 43 of file BasicHandle.h.
typedef T edm::Wrapper< T >::value_type |
typedef T edm::Wrapper< T >::wrapped_type |
|
inline |
|
explicit |
Definition at line 281 of file Wrapper.h.
References edm::Wrapper< T >::obj, edm::Wrapper< T >::present, and relativeConstraints::value.
|
inlinevirtual |
edm::Wrapper< T >::Wrapper | ( | T * | ptr | ) |
Definition at line 296 of file Wrapper.h.
References edm::Wrapper< T >::obj, edm::Wrapper< T >::present, groupFilesInBlocks::temp, and relativeConstraints::value.
|
private |
|
inlinestatic |
|
privatevirtual |
Implements edm::WrapperBase.
Definition at line 169 of file Wrapper.h.
References getGTfromDQMFile::obj, and relativeConstraints::value.
|
inlineprivatevirtual |
Implements edm::WrapperBase.
Definition at line 113 of file Wrapper.h.
References getGTfromDQMFile::obj, and relativeConstraints::value.
|
inlineprivatevirtual |
Implements edm::WrapperBase.
Definition at line 159 of file Wrapper.h.
References getGTfromDQMFile::obj, and relativeConstraints::value.
|
inlineprivatevirtual |
|
privatevirtual |
Reimplemented from edm::WrapperBase.
Definition at line 333 of file Wrapper.h.
References getGTfromDQMFile::obj, and relativeConstraints::value.
|
privatevirtual |
Reimplemented from edm::WrapperBase.
Definition at line 315 of file Wrapper.h.
References getGTfromDQMFile::obj, and relativeConstraints::value.
|
inlineprivatevirtual |
|
privatevirtual |
Reimplemented from edm::WrapperBase.
Definition at line 341 of file Wrapper.h.
References compareJSON::const, getGTfromDQMFile::obj, and relativeConstraints::value.
|
privatevirtual |
Reimplemented from edm::WrapperBase.
Definition at line 323 of file Wrapper.h.
References compareJSON::const, getGTfromDQMFile::obj, and relativeConstraints::value.
|
inline |
|
inline |
Definition at line 38 of file Wrapper.h.
Referenced by edm::convert_handle(), fwlite::Handle< Collection >::getByLabel(), edm::refcore::getProductPtr_(), and edm::Wrapper< L1GctEmCandCollection >::operator->().
|
inlinestatic |
|
inlinestatic |
Definition at line 43 of file Wrapper.h.
Referenced by fwlite::Handle< Collection >::getBranchNameFor(), fwlite::Handle< Collection >::getByLabel(), and fwlite::Scanner< Collection >::Scanner().
|
inlineprivatevirtual |
Implements edm::WrapperBase.
|
private |
Definition at line 81 of file Wrapper.h.
Referenced by edm::Wrapper< L1GctEmCandCollection >::product(), and edm::Wrapper< T >::Wrapper().
|
private |
Definition at line 79 of file Wrapper.h.
Referenced by edm::Wrapper< L1GctEmCandCollection >::isPresent_(), edm::Wrapper< L1GctEmCandCollection >::product(), and edm::Wrapper< T >::Wrapper().