|
CppCommon 1.0.5.0
C++ Common Library
|
Memory allocator definition. More...
Go to the source code of this file.
Classes | |
| class | CppCommon::Allocator< T, TMemoryManager, nothrow > |
| Memory allocator class. More... | |
| struct | CppCommon::Allocator< T, TMemoryManager, nothrow >::rebind< TOther > |
| Rebind allocator. More... | |
| class | CppCommon::Allocator< void, TMemoryManager, nothrow > |
| Memory allocator class (void specialization) More... | |
| struct | CppCommon::Allocator< void, TMemoryManager, nothrow >::rebind< TOther > |
| Rebind allocator. More... | |
| class | CppCommon::DefaultMemoryManager |
| Default memory manager class. More... | |
Namespaces | |
| namespace | CppCommon |
| C++ Common project definitions. | |
Typedefs | |
| template<typename T , bool nothrow = false> | |
| using | CppCommon::DefaultAllocator = Allocator< T, DefaultMemoryManager, nothrow > |
| Default memory allocator class. | |