|
| Compare (bool b=false) |
| Default constructor with an order flag. More...
|
|
bool | operator() (const std::pair< std::pair< Int, float >, float > &c1, const std::pair< std::pair< Int, float >, float > &c2) |
| overloaded operator() for comparing maps of maps std::pair<std::pair<Int,float>,float>. More...
|
|
bool | operator() (const std::pair< float, float > &c1, const std::pair< float, float > &c2) |
| overloaded operator() for comparing pairs of float, float std::pair<float,float>. More...
|
|
inner class necessary for using the sort algorithm.
Defines several overloaded operator() for usage with the std::sort algorithm
- Experimental classes:
- This algorithm is work in progress and might change.