ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
itemByName Struct Reference
Collaboration diagram for itemByName:

Public Member Functions

 itemByName (const std::string &name)
 
bool operator() (const TrigConf::TriggerItem *it)
 

Public Attributes

const std::string & m_name
 

Detailed Description

Definition at line 226 of file CacheGlobalMemory.cxx.

Constructor & Destructor Documentation

◆ itemByName()

itemByName::itemByName ( const std::string &  name)
inlineexplicit

Definition at line 227 of file CacheGlobalMemory.cxx.

227 : m_name(name) {}

Member Function Documentation

◆ operator()()

bool itemByName::operator() ( const TrigConf::TriggerItem it)
inline

Definition at line 228 of file CacheGlobalMemory.cxx.

228  {
229  return m_name == it->name();
230  }

Member Data Documentation

◆ m_name

const std::string& itemByName::m_name

Definition at line 231 of file CacheGlobalMemory.cxx.


The documentation for this struct was generated from the following file:
skel.it
it
Definition: skel.GENtoEVGEN.py:423
itemByName::m_name
const std::string & m_name
Definition: CacheGlobalMemory.cxx:231
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195