Main Page   Class Hierarchy   Data Structures   File List   Data Fields  

std::greater< StockContainer * > Struct Template Reference

#include <stockmarketdefines.h>


Public Member Functions

bool operator() (const StockContainer *x, const StockContainer *y) const


Detailed Description

template<>
struct std::greater< StockContainer * >

Implemtation of the compare funtion for the stl sort algorithm for the vector <StockContainer *>.

Definition at line 29 of file stockmarketdefines.h.


Member Function Documentation

bool std::greater< StockContainer * >::operator() const StockContainer   x,
const StockContainer   y
const [inline]
 

Comparator (x < y).

Parameters:
x x
y y
Returns:
x < y

Definition at line 36 of file stockmarketdefines.h.


The documentation for this struct was generated from the following file:
Generated on Tue May 27 21:24:05 2003 for gstockcalc by doxygen1.3-rc3