copasi API
0.1
|
#include <CSort.h>
Public Member Functions | |
virtual | ~FCompareBase () |
virtual bool | operator() (const std::pair< RandomAccessIterator, unsigned C_INT32 > &lhs, const std::pair< RandomAccessIterator, unsigned C_INT32 > &rhs) |
The base functor providing the default compare method for the sorting methods. This default comparison is done with the operator <. to mimic the behaviour of STL sort algorithms
virtual FCompareBase< RandomAccessIterator >::~FCompareBase | ( | ) | [inline, virtual] |
Virtual desctructor
virtual bool FCompareBase< RandomAccessIterator >::operator() | ( | const std::pair< RandomAccessIterator, unsigned C_INT32 > & | lhs, |
const std::pair< RandomAccessIterator, unsigned C_INT32 > & | rhs | ||
) | [inline, virtual] |
Operator wrapping the comparison operator <
const | std::pair<RandomAccessIterator, unsigned C_INT32> & lhs |
const | std::pair<RandomAccessIterator, unsigned C_INT32> & rhs |
Reimplemented in FCompare< RandomAccessIterator, LessThanCompare >.