compBeg Struct Reference

#include <optimizelayout.h>

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 12 of file optimizelayout.h.


Member Function Documentation

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

Definition at line 14 of file optimizelayout.h.

References sort_struct::begin.

00015   {
00016     return s1.begin < s2.begin;
00017   }


The documentation for this struct was generated from the following file:
Generated on Fri Jul 17 20:19:45 2009 for ngsview by  doxygen 1.5.1