All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
tca::detail Namespace Reference

Classes

struct  SortEntry
 

Functions

bool valsDecreasing (const SortEntry &c1, const SortEntry &c2)
 
bool valsIncreasing (const SortEntry &c1, const SortEntry &c2)
 

Function Documentation

bool tca::detail::valsDecreasing ( const SortEntry &  c1,
const SortEntry &  c2 
)

Definition at line 38 of file Utils.cxx.

38 { return c1.val > c2.val;}
bool tca::detail::valsIncreasing ( const SortEntry &  c1,
const SortEntry &  c2 
)

Definition at line 39 of file Utils.cxx.

39 { return c1.val < c2.val;}