|
| 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 > |
| |
| class | owl::TBlockList |
| | Used internally. More...
|
| |
| class | owl::TMBaseMemBlocks< A > |
| | Used internally. More...
|
| |
| class | owl::TBaseMemBlocks |
| | Used internally. More...
|
| |
| class | owl::TMMemStack< A > |
| |
| 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 |
| | 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 > |
| | Iterator for TObjectContainer. More...
|
| |
| class | owl::TPtrArrayIterator< T, T1 > |
| | Iterator for Pointer Container. More...
|
| |
| class | owl::TMapNode< T1, T2 > |
| | Map node. More...
|
| |
| class | owl::TArrayBase |
| | Base array class. More...
|
| |
| class | owl::TMObjectArray< T, A > |
| | Holds array pointers to strings. More...
|
| |
| class | owl::TObjectArray< T > |
| |
| class | owl::TMSortedObjectArray< T, A > |
| |
| class | owl::TSortedObjectArray< T > |
| |
| class | owl::TTypedArray< T, R, A > |
| | Stores pointer to object. 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.