Doubly Linked List v0.0.3
Loading...
Searching...
No Matches
Node Struct Reference
Collaboration diagram for Node:
[legend]

Public Member Functions

 Node (int nodeValue=0)
 
 Node (int nodeValue, Node *nodePointer)
 

Public Attributes

int value
 
Nodeprevious
 
Nodenext
 

Friends

std::ostream & operator<< (std::ostream &stream, const DoublyLinkedList::Node *node)
 

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