Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

CoinExternalVectorFirstGreater_2< S, T, V > Class Template Reference

#include <CoinSort.hpp>

List of all members.

Public Member Functions

bool operator() (const CoinPair< S, T > &t1, const CoinPair< S, T > &t2) const
 CoinExternalVectorFirstGreater_2 (const V *v)

Private Attributes

const V * vec_


Detailed Description

template<class S, class T, class V>
class CoinExternalVectorFirstGreater_2< S, T, V >

Function operator. Compare based on the entries of an external vector, i.e., returns true if vec[t1.first > vec[t2.first] (i.e., decreasing wrt. vec). Note that to use this comparison operator .first must be a data type automatically convertible to int.

Definition at line 105 of file CoinSort.hpp.


The documentation for this class was generated from the following file:
Generated on Wed Dec 3 14:34:25 2003 for Coin by doxygen 1.3.5