Public Attributes

_Node Struct Reference

Definition of a queue's node. More...

#include <pathqueue.h>

Collaboration diagram for _Node:
Collaboration graph
[legend]

List of all members.

Public Attributes

int x
int y
 < Coordonate X of a cell
struct _Nodenext
 < Coordonate Y of a cell

Detailed Description

Definition of a queue's node.


Member Data Documentation

struct _Node* _Node::next

< Coordonate Y of a cell

int _Node::x
int _Node::y

< Coordonate X of a cell


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