osg::PriorityAction::NodeQueueEntry::LessCompare Struct Reference

#include <OSGPriorityAction.h>

List of all members.

Public Member Functions

bool operator() (const NodeQueueEntry &leftArg, const NodeQueueEntry &rightArg)


Detailed Description

Definition at line 210 of file OSGPriorityAction.h.


Member Function Documentation

bool osg::PriorityAction::NodeQueueEntry::LessCompare::operator() ( const NodeQueueEntry leftArg,
const NodeQueueEntry rightArg 
) [inline]

STL compare function object.

Definition at line 301 of file OSGPriorityAction.inl.

References osg::PriorityAction::NodeQueueEntry::getPriority().

00303 {
00304     return (leftArg.getPriority() < rightArg.getPriority());
00305 }


The documentation for this struct was generated from the following files:

Generated on Mon Mar 17 12:21:45 2008 for OpenSG by  doxygen 1.5.5