Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

DWFCore::tDWFCompareLess< T > Struct Template Reference

#include "dwfcore/Comparator.h"

Inheritance diagram for DWFCore::tDWFCompareLess< T >:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

Less Than comparator template.
Since:
1.0.1.

This template defines the ordering of two objects of the same type using operator<() method.

Definition at line 123 of file Comparator.h.

Public Member Functions

bool operator() (const T &rLHS, const T &rRHS) const


Member Function Documentation

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

Less Than comparator using operator<() for type T.

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

Definition at line 133 of file Comparator.h.


The documentation for this struct was generated from the following file:
Generated on Tue May 17 12:05:13 2005 for Autodesk DWF Core Library by  doxygen 1.4.1