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