|
C_Algorithms 2.0.0
Documentation
|
#include <doublyLinkedList.h>

Data Fields | |
| Node * | first_ |
| Node * | last_ |
| int | size_ |
Definition at line 22 of file doublyLinkedList.h.
| Node* first_ |
Definition at line 24 of file doublyLinkedList.h.
Referenced by appendListToEndOfList(), appendNodeToEndOfList(), createList(), printList(), remove_first(), removeNodeFromList(), and removeNodeWithValue().
| Node* last_ |
Definition at line 25 of file doublyLinkedList.h.
Referenced by appendListToEndOfList(), appendNodeToEndOfList(), createList(), freeList(), removeNodeFromList(), and removeNodeWithValue().
| int size_ |
Definition at line 26 of file doublyLinkedList.h.
Referenced by appendListToEndOfList(), appendNodeToEndOfList(), createList(), freeList(), remove_first(), removeNodeFromList(), and removeNodeWithValue().