Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions | Private Attributes

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]

List of all members.

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 31 of file Property.h.


Constructor & Destructor Documentation

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

Definition at line 33 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 34 of file Property.h.

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

Member Data Documentation

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

Definition at line 38 of file Property.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:32 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004