ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
item::value_equals Class Reference

#include <ItemListSvc.h>

Collaboration diagram for item::value_equals:

Public Member Functions

 value_equals (const std::string &v)
 
bool operator() (std::pair< const std::string, std::string > elem)
 

Private Attributes

std::string m_value
 

Detailed Description

Definition at line 44 of file ItemListSvc.h.

Constructor & Destructor Documentation

◆ value_equals()

item::value_equals::value_equals ( const std::string &  v)
inline

Definition at line 48 of file ItemListSvc.h.

48 : m_value(v) {}

Member Function Documentation

◆ operator()()

bool item::value_equals::operator() ( std::pair< const std::string, std::string >  elem)
inline

Definition at line 49 of file ItemListSvc.h.

49  {
50  return elem.second == m_value;
51  }

Member Data Documentation

◆ m_value

std::string item::value_equals::m_value
private

Definition at line 46 of file ItemListSvc.h.


The documentation for this class was generated from the following file:
item::value_equals::m_value
std::string m_value
Definition: ItemListSvc.h:46
python.PyAthena.v
v
Definition: PyAthena.py:157