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

PsName::equalToFunctionObject Struct Reference

a function object for an equal to 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 an equal to function

Definition at line 210 of file PsName.h.


Member Function Documentation

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

Definition at line 211 of file PsName.h.

References PsName::_identifier.

00212       {
00213          return nom1._identifier == nom2._identifier ;
00214       }


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