C_Algorithms 2.0.0
Documentation
Loading...
Searching...
No Matches
Data Fields
_Node_ Struct Reference

#include <doublyLinkedList.h>

Collaboration diagram for _Node_:
Collaboration graph
[legend]

Data Fields

Nodeprevious_
 
Nodenext_
 
int data_
 

Detailed Description

Definition at line 15 of file doublyLinkedList.h.

Field Documentation

◆ data_

int data_

Definition at line 19 of file doublyLinkedList.h.

Referenced by createNode(), FunctionCall(), printList(), and removeNodeWithValue().

◆ next_

Node* next_

◆ previous_

Node* previous_

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