#include <DS_LinkedList.h>
Inherits CircularLinkedList< LinkedListType >.
Public Member Functions | |
LinkedList () | |
LinkedList (const LinkedList &original_copy) | |
~LinkedList () | |
bool | operator= (const LinkedList< LinkedListType > &original_copy) |
LinkedList & | operator++ () |
LinkedList & | operator++ (int) |
LinkedList & | operator-- () |
LinkedList & | operator-- (int) |
Definition at line 212 of file DS_LinkedList.h.
DataStructures::LinkedList< LinkedListType >::LinkedList | ( | ) | [inline] |
Definition at line 216 of file DS_LinkedList.h.
DataStructures::LinkedList< LinkedListType >::LinkedList | ( | const LinkedList< LinkedListType > & | original_copy | ) |
Definition at line 360 of file DS_LinkedList.h.
DataStructures::LinkedList< LinkedListType >::~LinkedList | ( | ) |
LinkedList< LinkedListType > & DataStructures::LinkedList< LinkedListType >::operator++ | ( | ) |
Reimplemented from DataStructures::CircularLinkedList< LinkedListType >.
Definition at line 1191 of file DS_LinkedList.h.
LinkedList< LinkedListType > & DataStructures::LinkedList< LinkedListType >::operator++ | ( | int | ) |
Reimplemented from DataStructures::CircularLinkedList< LinkedListType >.
Definition at line 1212 of file DS_LinkedList.h.
LinkedList< LinkedListType > & DataStructures::LinkedList< LinkedListType >::operator-- | ( | ) |
Reimplemented from DataStructures::CircularLinkedList< LinkedListType >.
Definition at line 1219 of file DS_LinkedList.h.
LinkedList< LinkedListType > & DataStructures::LinkedList< LinkedListType >::operator-- | ( | int | ) |
Reimplemented from DataStructures::CircularLinkedList< LinkedListType >.
Definition at line 1241 of file DS_LinkedList.h.
bool DataStructures::LinkedList< LinkedListType >::operator= | ( | const LinkedList< LinkedListType > & | original_copy | ) |