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/a03334.html | 231 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 docs/doxygen/nel/a03334.html (limited to 'docs/doxygen/nel/a03334.html') diff --git a/docs/doxygen/nel/a03334.html b/docs/doxygen/nel/a03334.html new file mode 100644 index 00000000..816e1f82 --- /dev/null +++ b/docs/doxygen/nel/a03334.html @@ -0,0 +1,231 @@ + + +NeL: NLPACS::CRetrieverInstance::CAStarNodeAccess struct Reference + + + +
+

NLPACS::CRetrieverInstance::CAStarNodeAccess Struct Reference

#include <retriever_instance.h> +

+


Detailed Description

+The link to another node
Author:
Benjamin Legros

+Nevrax France

+
Date:
2001
+ +

+ +

+Definition at line 84 of file retriever_instance.h. + + + + + + + + + + + + + + + +

Public Member Functions

 CAStarNodeAccess ()
bool operator!= (const CAStarNodeAccess &node) const
bool operator== (const CAStarNodeAccess &node) const

Data Fields

sint32 InstanceId
uint16 NodeId
uint16 ThroughChain
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLPACS::CRetrieverInstance::CAStarNodeAccess::CAStarNodeAccess  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 90 of file retriever_instance.h. +

+References NodeId, and ThroughChain. +

+

00090 :InstanceId(-1), NodeId(0xffff), ThroughChain(0xffff) {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NLPACS::CRetrieverInstance::CAStarNodeAccess::operator!= const CAStarNodeAccess node  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 93 of file retriever_instance.h. +

+References InstanceId, and NodeId. +

+

00093 { return InstanceId != node.InstanceId || NodeId != node.NodeId; }
+
+

+ + + + +
+ + + + + + + + + + +
bool NLPACS::CRetrieverInstance::CAStarNodeAccess::operator== const CAStarNodeAccess node  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file retriever_instance.h. +

+References InstanceId, and NodeId. +

+

00092 { return InstanceId == node.InstanceId && NodeId == node.NodeId; }
+
+


Field Documentation

+

+ + + + +
+ + +
sint32 NLPACS::CRetrieverInstance::CAStarNodeAccess::InstanceId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 86 of file retriever_instance.h. +

+Referenced by NLPACS::CGlobalRetriever::findAStarPath(), NLPACS::CGlobalRetriever::getNode(), operator!=(), and operator==().

+

+ + + + +
+ + +
uint16 NLPACS::CRetrieverInstance::CAStarNodeAccess::NodeId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 87 of file retriever_instance.h. +

+Referenced by CAStarNodeAccess(), NLPACS::CGlobalRetriever::findAStarPath(), NLPACS::CGlobalRetriever::getNode(), operator!=(), and operator==().

+

+ + + + +
+ + +
uint16 NLPACS::CRetrieverInstance::CAStarNodeAccess::ThroughChain +
+
+ + + + + +
+   + + +

+ +

+Definition at line 88 of file retriever_instance.h. +

+Referenced by CAStarNodeAccess().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 14:24:08 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1