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 126 of file Comparator.h.

Public Member Functions

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


Member Function Documentation

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

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 to rRHS, false if rLHS is not less than to rLHS.

Definition at line 136 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