Om  1.0.0
A universal framework for multimedia simulation
Classes | Namespaces
omLinkedList.h File Reference
#include "omUtilitiesConfig.h"
#include "omAllocator.h"

Classes

class  om::util::LinkedList< T >
 A doubly-linked list class. More...
 
class  om::util::LinkedList< T >::Node
 The class for a linked list node. More...
 
class  om::util::LinkedList< T >::Iterator
 Iterator class for a linked list. More...
 
class  om::util::LinkedList< T >::ConstIterator
 Iterator class for a linked list which can't modify it. More...
 

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::util
 A namespace containing data structure classes and memory manipulation functions.