Parma_Polyhedra_Library::Linear_System::Row_Less_Than Struct Reference

Ordering predicate (used when implementing the sort algorithm). More...

List of all members.

Public Member Functions

bool operator() (const Row &x, const Row &y) const


Detailed Description

Ordering predicate (used when implementing the sort algorithm).

Definition at line 393 of file Linear_System.defs.hh.


Member Function Documentation

bool Parma_Polyhedra_Library::Linear_System::Row_Less_Than::operator() ( const Row x,
const Row y 
) const [inline]

Definition at line 231 of file Linear_System.inlines.hh.

00231                                                                        {
00232   return compare(static_cast<const Linear_Row&>(x),
00233                  static_cast<const Linear_Row&>(y)) < 0;
00234 }


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

Generated on Sat Oct 11 10:41:06 2008 for PPL by  doxygen 1.5.6