DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Operators.h File Reference
#include <string>

Go to the source code of this file.

Classes

class  DD4hep::ByName< T >
 Helper functor to select elements by name (using name() member method) More...
 
class  DD4hep::ByNameAttr< T >
 Helper functor to select elements by name (using name member variable) More...
 

Namespaces

 DD4hep
 Namespace for the AIDA detector description toolkit.
 

Functions

template<typename T >
ByName< TDD4hep::byName (const std::string &n)
 
template<typename T >
ByName< TDD4hep::byName (const T *o)
 
template<typename T >
ByName< TDD4hep::byName (const T &o)
 
template<typename T >
ByNameAttr< TDD4hep::byNameAttr (const std::string &nam)
 
template<typename T >
ByNameAttr< TDD4hep::byNameAttr (const T *o)
 
template<typename T >
ByNameAttr< TDD4hep::byNameAttr (const T &o)