Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PsName::lessThanFunctionObject Struct Reference

a function object for a less than function More...

#include <PsName.h>

List of all members.

Public Methods

bool operator() (const PsName &nom1, const PsName &nom2) const


Detailed Description

a function object for a less than function

Definition at line 220 of file PsName.h.


Member Function Documentation

bool PsName::lessThanFunctionObject::operator() const PsName   nom1,
const PsName   nom2
const [inline]
 

Definition at line 221 of file PsName.h.

References PsName::_identifier.

00221                                                                         {
00222          return nom1._identifier < nom2._identifier ;
00223       }


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

Documentation generated on Mon Nov 25 15:26:14 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001