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

SortAlgo::compBeg Struct Reference

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 23 of file sortalgo.h.


Member Function Documentation

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

Definition at line 25 of file sortalgo.h.

References SortAlgo::sort_struct::begin.

00026     {
00027       return s1.begin < s2.begin;
00028     }


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