Public Member Functions

DataStructures::LinkedList< LinkedListType > Class Template Reference

#include <DS_LinkedList.h>

Inherits CircularLinkedList< LinkedListType >.

Collaboration diagram for DataStructures::LinkedList< LinkedListType >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LinkedList ()
 LinkedList (const LinkedList &original_copy)
 ~LinkedList ()
bool operator= (const LinkedList< LinkedListType > &original_copy)
LinkedListoperator++ ()
LinkedListoperator++ (int)
LinkedListoperator-- ()
LinkedListoperator-- (int)

Detailed Description

template<class LinkedListType>
class DataStructures::LinkedList< LinkedListType >

Definition at line 212 of file DS_LinkedList.h.


Constructor & Destructor Documentation

template<class LinkedListType>
DataStructures::LinkedList< LinkedListType >::LinkedList (  )  [inline]

Definition at line 216 of file DS_LinkedList.h.

template<class LinkedListType >
DataStructures::LinkedList< LinkedListType >::LinkedList ( const LinkedList< LinkedListType > &  original_copy  ) 

Definition at line 360 of file DS_LinkedList.h.

template<class LinkedListType >
DataStructures::LinkedList< LinkedListType >::~LinkedList (  ) 

Definition at line 354 of file DS_LinkedList.h.

Here is the call graph for this function:


Member Function Documentation

template<class LinkedListType >
LinkedList< LinkedListType > & DataStructures::LinkedList< LinkedListType >::operator++ (  ) 

Reimplemented from DataStructures::CircularLinkedList< LinkedListType >.

Definition at line 1191 of file DS_LinkedList.h.

Here is the caller graph for this function:

template<class LinkedListType >
LinkedList< LinkedListType > & DataStructures::LinkedList< LinkedListType >::operator++ ( int   ) 

Reimplemented from DataStructures::CircularLinkedList< LinkedListType >.

Definition at line 1212 of file DS_LinkedList.h.

Here is the call graph for this function:

template<class LinkedListType >
LinkedList< LinkedListType > & DataStructures::LinkedList< LinkedListType >::operator-- (  ) 

Reimplemented from DataStructures::CircularLinkedList< LinkedListType >.

Definition at line 1219 of file DS_LinkedList.h.

Here is the caller graph for this function:

template<class LinkedListType >
LinkedList< LinkedListType > & DataStructures::LinkedList< LinkedListType >::operator-- ( int   ) 

Reimplemented from DataStructures::CircularLinkedList< LinkedListType >.

Definition at line 1241 of file DS_LinkedList.h.

Here is the call graph for this function:

template<class LinkedListType>
bool DataStructures::LinkedList< LinkedListType >::operator= ( const LinkedList< LinkedListType > &  original_copy  ) 

Definition at line 249 of file DS_LinkedList.h.

Here is the call graph for this function:


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