semf
linkedlist.h File Reference
Include dependency graph for linkedlist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  semf::LinkedList< T >
 LinkedList is an managed double linked list implementation. More...
 
class  semf::LinkedList< T >::Node
 Implements the previous() and next() functionality for every element in a list. More...
 
class  semf::LinkedList< T >::Iterator
 Implementation of a bidirectional iterator for LinkedList. More...
 
class  semf::LinkedList< T >::ConstIterator
 Implementation of a bidirectional constant iterator for LinkedList. More...
 

Namespaces

namespace  semf
 

Detailed Description

Date
19.12.2019
Author
fs

Definition in file linkedlist.h.