Gaudi::Parsers::Property::LessThen Struct Reference

#include <src/JobOptionsSvc/Property.h>

Inheritance diagram for Gaudi::Parsers::Property::LessThen:
Collaboration diagram for Gaudi::Parsers::Property::LessThen:

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.

22  {
23  return first.FullName() < second.FullName();
24  }

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