14 #ifndef DD4HEP_DD4HEP_OPERATORS_H
15 #define DD4HEP_DD4HEP_OPERATORS_H
67 #endif // DD4HEP_DD4HEP_OPERATORS_H
bool operator()(const T *entry) const
Operator to select from pointer containers.
bool operator()(const T &entry) const
Operator to select from object containers.
ByName< T > & operator=(const ByName< Q > &)
Assignment operator.
ByName< T > byName(const std::string &n)
Helper functor to select elements by name (using name() member method)
ByNameAttr(const ByNameAttr ©)
Copy constructor.
ByNameAttr(const std::string &nam)
Standard constructor.
bool operator()(const T &entry) const
Operator to select from object containers.
Helper functor to select elements by name (using name member variable)
ByName(const std::string &nam)
Standard constructor.
ByName(const ByName ©)
Copy constructor.
bool operator()(const T *entry) const
Operator to select from pointer containers.
const std::string & name
Reference name.
const std::string & name
Reference name.
ByNameAttr< T > & operator=(const ByNameAttr< Q > &)
Assignment operator.
ByNameAttr< T > byNameAttr(const std::string &nam)