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

matvec::compareGNodesPeelId Struct Reference

#include <gnodestuff.h>

List of all members.

Public Methods

bool operator() (GNode *a, GNode *b)


Member Function Documentation

bool matvec::compareGNodesPeelId::operator() GNode   a,
GNode   b
[inline]
 

Definition at line 147 of file gnodestuff.h.

References matvec::GNode::peelorder.

00147                                       {
00148       return a->peelorder<b->peelorder;
00149     }


The documentation for this struct was generated from the following file:
Generated on Thu Jun 16 17:14:17 2005 for Matvec by doxygen1.2.16