![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Helper functor to select elements by name (using name() member method) More...
#include <Operators.h>
Public Member Functions | |
| ByName (const std::string &nam) | |
| Standard constructor. More... | |
| ByName (const ByName ©) | |
| Copy constructor. More... | |
| bool | operator() (const T &entry) const |
| Operator to select from object containers. More... | |
| bool | operator() (const T *entry) const |
| Operator to select from pointer containers. More... | |
Public Attributes | |
| const std::string & | name |
| Reference name. More... | |
Private Member Functions | |
| template<typename Q > | |
| ByName< T > & | operator= (const ByName< Q > &) |
| Assignment operator. More... | |
Helper functor to select elements by name (using name() member method)
Definition at line 24 of file Operators.h.
|
inline |
Standard constructor.
Definition at line 32 of file Operators.h.
|
inline |
Copy constructor.
Definition at line 34 of file Operators.h.
|
inline |
Operator to select from object containers.
Definition at line 36 of file Operators.h.
|
inline |
Operator to select from pointer containers.
Definition at line 38 of file Operators.h.
|
inlineprivate |
Assignment operator.
Definition at line 27 of file Operators.h.
| const std::string& dd4hep::ByName< T >::name |
Reference name.
Definition at line 30 of file Operators.h.
1.8.18