Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

TimeCmp Class Reference

This class is used to sort the data array. More...

List of all members.

Public Methods

bool operator() (DataOut &data1, DataOut &data2)


Detailed Description

This class is used to sort the data array.

It gives a comparison method to be use with the sort operation of a vector.


Member Function Documentation

bool TimeCmp::operator() DataOut   data1,
DataOut   data2
[inline]
 

This operator compares the time DataOut member of two DataOut using the method DataOut::Time

Parameters:
data1 
data2 
Return values:
bool  true if data1.Time() < data2.Time()


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 11:43:33 2003 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001