Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Gaudi::Parsers::Property::Equal Class Reference

#include <Property.h>

Inheritance diagram for Gaudi::Parsers::Property::Equal:
Inheritance graph
[legend]
Collaboration diagram for Gaudi::Parsers::Property::Equal:
Collaboration graph
[legend]

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.

: 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.

{
return short_name_ == property.NameInClient();
}

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:

Generated at Wed Jun 4 2014 14:49:05 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004