Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Sorter::proxy Struct Reference

proxy object to pass to stl sort algorithm More...

Public Member Functions

 proxy (const Sorter::by_order &order)
 
bool operator() (const double lhs, const double rhs) const
 
bool operator() (const pair_t &lhs, const pair_t &rhs) const
 

Private Attributes

const Sorter::by_orderm_order
 

Detailed Description

proxy object to pass to stl sort algorithm

Definition at line 77 of file sorter.cpp.

Constructor & Destructor Documentation

Sorter::proxy::proxy ( const Sorter::by_order order)
inline

Definition at line 83 of file sorter.cpp.

Member Function Documentation

bool Sorter::proxy::operator() ( const double  lhs,
const double  rhs 
) const
inline

Definition at line 85 of file sorter.cpp.

bool Sorter::proxy::operator() ( const pair_t lhs,
const pair_t rhs 
) const
inline

Definition at line 90 of file sorter.cpp.

Member Data Documentation

const Sorter::by_order& Sorter::proxy::m_order
private

Definition at line 80 of file sorter.cpp.


The documentation for this struct was generated from the following file: