Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

SortAlgo::compEnd Struct Reference

List of all members.

Public Member Functions

bool operator() (const sort_struct &s1, const sort_struct &s2)

Detailed Description

Definition at line 31 of file sortalgo.h.


Member Function Documentation

bool SortAlgo::compEnd::operator() const sort_struct s1,
const sort_struct s2
[inline]
 

Definition at line 33 of file sortalgo.h.

References SortAlgo::sort_struct::end.

00034     {
00035       return s1.end < s2.end;
00036     }


The documentation for this struct was generated from the following file:
Generated on Fri Mar 17 17:45:01 2006 for trapper by  doxygen 1.4.4