ATLAS Offline Software
Loading...
Searching...
No Matches
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) {}
const std::string & m_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: