DWFCore::tDWFCompareEqual< T > Struct Template Reference

#include "dwfcore/Comparator.h"

Inheritance diagram for DWFCore::tDWFCompareEqual< T >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<class T>
struct DWFCore::tDWFCompareEqual< T >

Equals comparator template.

Since:
1.0.1
This template defines the equality of two objects of the same type using operator==() method.

Definition at line 52 of file Comparator.h.

Public Member Functions

virtual bool operator() (const T &rLHS, const T &rRHS) const
virtual ~tDWFCompareEqual ()


Member Function Documentation

template<class T>
virtual bool DWFCore::tDWFCompareEqual< T >::operator() const T &  rLHS,
const T &  rRHS
const [inline, virtual]
 

Equality comparator using operator==() for type T.

Parameters:
rLHS The first object to compare.
rRHS The second object to compare.
Returns:
true if rLHS is equal to rRHS, false if rLHS is not equal to rLHS.

Definition at line 62 of file Comparator.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 6 22:39:32 2009 for Autodesk DWF Core Library by  doxygen 1.4.5