DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Helper to wrap another object and make it copyable. More...
#include <ConditionsSelectors.h>
Public Types | |
typedef OPER | operator_t |
typedef OperatorWrapper< operator_t> | wrapper_t |
Public Types inherited from dd4hep::cond::Operators::Cond__Oper | |
typedef Condition | cond_t |
typedef Condition::Object | object_t |
typedef std::pair< const Condition::key_type, Condition > | mapentry_t |
typedef std::pair< const Condition::key_type, object_t * > | ptr_mapentry_t |
Public Member Functions | |
OperatorWrapper (operator_t&o) | |
bool | operator() (object_t *o) const |
bool | operator() (const cond_t &o) const |
bool | operator() (const mapentry_t &o) const |
bool | operator() (const ptr_mapentry_t &o) const |
Public Attributes | |
operator_t& | oper |
Helper to wrap another object and make it copyable.
Definition at line 165 of file ConditionsSelectors.h.
typedef OPER dd4hep::cond::Operators::OperatorWrapper< OPER >::operator_t |
Definition at line 167 of file ConditionsSelectors.h.
typedef OperatorWrapper<operator_t> dd4hep::cond::Operators::OperatorWrapper< OPER >::wrapper_t |
Definition at line 168 of file ConditionsSelectors.h.
|
inline |
Definition at line 171 of file ConditionsSelectors.h.
|
inline |
Definition at line 173 of file ConditionsSelectors.h.
|
inline |
Definition at line 174 of file ConditionsSelectors.h.
|
inline |
Definition at line 175 of file ConditionsSelectors.h.
|
inline |
Definition at line 172 of file ConditionsSelectors.h.
operator_t& dd4hep::cond::Operators::OperatorWrapper< OPER >::oper |
Definition at line 169 of file ConditionsSelectors.h.