Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions

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]

List of all members.

Public Member Functions

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

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