From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02600.html | 121 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 docs/doxygen/nel/a02600.html (limited to 'docs/doxygen/nel/a02600.html') diff --git a/docs/doxygen/nel/a02600.html b/docs/doxygen/nel/a02600.html new file mode 100644 index 00000000..3217cc24 --- /dev/null +++ b/docs/doxygen/nel/a02600.html @@ -0,0 +1,121 @@ + + +NeL: NLAILOGIC::CGoalStack::greater struct Reference + + + +
+

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
+ + -- cgit v1.2.1