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 394 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 232 of file Linear_System.inlines.hh.

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


The documentation for this struct was generated from the following files:
Generated on Sun Feb 27 16:20:23 2011 for PPL by  doxygen 1.6.3