node Struct Reference

#include <lista.h>

Collaboration diagram for node:

Collaboration graph
[legend]

Detailed Description

Um nó de uma lista duplamente ligada.

Definition at line 32 of file lista.h.


Data Fields

int num
struct nodenext
struct nodeprev

Field Documentation

int node::num

Definition at line 33 of file lista.h.

Referenced by main(), and search().

struct node* node::next [read]

O que nossa lista armazena

Definition at line 34 of file lista.h.

Referenced by add_after(), add_node(), delete_list(), main(), rem_node(), search(), and size().

struct node* node::prev [read]

Um ponteiro para o próximo nó

Definition at line 35 of file lista.h.

Referenced by add_node(), rem_node(), and size().


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

Generated on Sun Jun 22 23:24:28 2008 for ListaDuplamenteLigada by  doxygen 1.5.5