|
class | owl::TStandardAllocator |
| Provides class-specific operator new and operator delete that simply call the global operator new and operator delete. More...
|
|
class | owl::TLocalAllocator |
| Provides class-specific operator new and operator delete that allocate from local memory. More...
|
|
class | owl::TGlobalAllocator |
| Provides class-specific operator new and operator delete that allocate from global memory. More...
|
|
class | owl::TMBlockList< A > |
| template <class Alloc> class TMBlockList Used internally. More...
|
|
class | owl::TBlockList |
| Used internally. More...
|
|
class | owl::TMBaseMemBlocks< A > |
| template <class A> class TMBaseMemBlocks Used internally. More...
|
|
class | owl::TBaseMemBlocks |
| Used internally. More...
|
|
class | owl::TMMemStack< A > |
| template <class A> class TMMemStack More...
|
|
class | owl::TMMarker< A > |
| Managed memory stack. More...
|
|
class | owl::TMemStack |
| Implements mark and release style memory management using the standard allocator. More...
|
|
class | owl::TMarker |
| template <class A> class TMarker Provides the mark for TMemStack. More...
|
|
class | owl::TMMemBlocks< A > |
| Managed single-size block allocator. More...
|
|
class | owl::TMemBlocks |
| Single-size block allocator. More...
|
|
class | owl::TObjArrayIterator< T, T1 > |
| class Iterator for TObjectContainer More...
|
|
class | owl::TPtrArrayIterator< T, T1 > |
| Iterator for Pointer Container. More...
|
|
class | owl::TMapNode< T1, T2 > |
| Usage: typedef TMapNode<string,string> TStringMapNode; typedef TSortedObjectArray< TStringMapNode > TStringMap; typedef TSortedObjectArray< TStringMapNode >::Iterator TStringMapIterator;. More...
|
|
class | owl::TArrayBase |
| base array class -> reduce code size More...
|
|
class | owl::TMObjectArray< T, A > |
| holded array pointers to strings More...
|
|
class | owl::TObjectArray< T > |
|
class | owl::TMSortedObjectArray< T, A > |
|
class | owl::TSortedObjectArray< T > |
|
class | owl::TTypedArray< T, R, A > |
| (store pointer to object) - Jogy: incorrect, stores simple types without assuming that they are pointer to objects More...
|
|
class | owl::TSTypedArray< T, R, A > |
|
class | owl::TPtrArray< T > |
| array of pointers of simple types More...
|
|
class | owl::TSortedPtrArray< T > |
| sorted array of pointers of simple types More...
|
|
class | owl::TMIPtrArray< T, R, A > |
|
class | owl::TIPtrArray< T > |
|
class | owl::TISortedPtrArray< T > |
|
class | owl::TBaseNode< T > |
|
class | owl::TBaseListIterator< T > |
|
class | owl::TBaseList< T > |
|
class | owl::TTernaryNode< T, T1 > |
|
class | owl::TTernaryTree< T, T1 > |
|
Definition of container classes used and made available by OWL.
Definition in file template.h.