2005/5/9

     
 

class TComparator

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::util::TComparator< T > Class Template Reference

#include <TComparator.h>

List of all members.


Detailed Description

template<class T>
class acdk::util::TComparator< T >

Interface to compare to elements.

See also:
Java: http://java.sun.com/j2se/1.3/docs/api/java/util/Comparator.html
Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.7
Date:
Date
2005/02/05 10:45:06


Public Types

typedef T RValueType
typedef TComparator< RValueTypeThisType
typedef InterfaceHolder< ThisTypeRThisType
typedef RThisType RefType

Public Member Functions

virtual int compare (IN(RValueType) o1, IN(RValueType) o2)=0


Member Typedef Documentation

template<class T>
typedef RThisType acdk::util::TComparator< T >::RefType
 

template<class T>
typedef InterfaceHolder<ThisType> acdk::util::TComparator< T >::RThisType
 

template<class T>
typedef T acdk::util::TComparator< T >::RValueType
 

template<class T>
typedef TComparator<RValueType> acdk::util::TComparator< T >::ThisType
 


Member Function Documentation

template<class T>
virtual int acdk::util::TComparator< T >::compare IN(RValueType o1,
IN(RValueType o2
[pure virtual]