Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
Gaudi::Parsers::Property::LessThen Struct Reference

#include <Property.h>

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

Public Member Functions

bool operator() (const Property &first, const Property &second) const
 

Additional Inherited Members

- Public Types inherited from std::binary_function< Property, Property, bool >
typedef Property first_argument_type
 
typedef bool result_type
 
typedef Property second_argument_type
 

Detailed Description

Definition at line 25 of file Property.h.

Member Function Documentation

bool Gaudi::Parsers::Property::LessThen::operator() ( const Property first,
const Property second 
) const
inline

Definition at line 26 of file Property.h.

{
return first.FullName() < second.FullName();
}

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

Generated at Wed Nov 28 2012 12:17:37 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004