|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
#include <Property.h>


Public Member Functions | |
| Equal (const std::string &short_name) | |
| bool | operator() (const Property &property) const |
Private Attributes | |
| std::string | short_name_ |
Definition at line 31 of file Property.h.
| Gaudi::Parsers::Property::Equal::Equal | ( | const std::string & | short_name ) | [inline] |
Definition at line 33 of file Property.h.
: short_name_(short_name){}
Definition at line 34 of file Property.h.
{
return short_name_ == property.NameInClient();
}
std::string Gaudi::Parsers::Property::Equal::short_name_ [private] |
Definition at line 38 of file Property.h.