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

Classes

class  om::util::ShortArrayList< T, localCapacity, SizeType >
 An array-based list class that uses a fixed-size local buffer for its elements. More...
 
class  om::util::ShortArrayList< T, localCapacity, SizeType >::Iterator
 Iterator class for an short array list. More...
 
class  om::util::ShortArrayList< T, localCapacity, SizeType >::ConstIterator
 An iterator class for an short array 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.