Gaudi Framework, version v25r1

Home   Generated: Mon Mar 24 2014
 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
 

Detailed Description

Definition at line 21 of file Property.h.

Member Function Documentation

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

Definition at line 22 of file Property.h.

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

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

Generated at Mon Mar 24 2014 18:27:52 for Gaudi Framework, version v25r1 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004