Main Page   Class Hierarchy   Compound List   File List   Compound Members  

Equality Class Reference

An Interface with operators == and !=. More...

#include <Equality.h>

Inheritance diagram for Equality:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual bool operator== (const Equality &rhs) const
virtual bool operator!= (const Equality &rhs) const

Protected Methods

virtual bool Equals (const Equality &rhs) const

Detailed Description

An Interface with operators == and !=.

When implementing this interface, a class only has to define the Equals() function and you get both operators for free.


The documentation for this class was generated from the following file:
Generated at Wed May 2 00:24:43 2001 for API by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001