NLAILOGIC::CGoalStack::greater Struct Reference

#include <goal_stack.h>


Public Member Functions

bool operator() (const CGoal *x, const CGoal *y) const
bool operator() (const CGoal *x, const CGoal *y) const


Member Function Documentation

bool NLAILOGIC::CGoalStack::greater::operator() const CGoal x,
const CGoal y
const [inline]
 

Definition at line 42 of file logic/goal_stack.h.

References x, and y.

00043                                 {
00044                                         return x->priority() > y->priority();
00045                                 }

bool NLAILOGIC::CGoalStack::greater::operator() const CGoal x,
const CGoal y
const [inline]
 

Definition at line 42 of file agent/goal_stack.h.

References x, and y.

00043                                 {
00044                                         return x->priority() > y->priority();
00045                                 }


The documentation for this struct was generated from the following files:
Generated on Tue Mar 16 10:53:34 2004 for NeL by doxygen 1.3.6