Gaudi::Parsers::Property::Equal Class Reference

#include <src/JobOptionsSvc/Property.h>

Inheritance diagram for Gaudi::Parsers::Property::Equal:
Collaboration diagram for Gaudi::Parsers::Property::Equal:

Public Member Functions

 Equal (const std::string &short_name)
 
bool operator() (const Property &property) const
 

Private Attributes

std::string short_name_
 

Detailed Description

Definition at line 27 of file Property.h.

Constructor & Destructor Documentation

Gaudi::Parsers::Property::Equal::Equal ( const std::string &  short_name)
inline

Definition at line 29 of file Property.h.

29 : short_name_(short_name){}

Member Function Documentation

bool Gaudi::Parsers::Property::Equal::operator() ( const Property property) const
inline

Definition at line 30 of file Property.h.

30  {
31  return short_name_ == property.NameInClient();
32  }

Member Data Documentation

std::string Gaudi::Parsers::Property::Equal::short_name_
private

Definition at line 34 of file Property.h.


The documentation for this class was generated from the following file: