![]() |
Protium
Math and Design Features
|
#include "Protium/Allocation/SmallObjectAllocator.h"
Go to the source code of this file.
Classes | |
struct | Protium::Allocation::STLAdapter< Host, AllocType >::rebind< T > |
Allows Adapters to use each other. More... | |
class | Protium::Allocation::STLAdapter< Host, AllocType > |
Allocator to be used by STL containers. More... | |
Namespaces | |
Protium | |
Encapsulates all Protium Modules. | |
Protium::Allocation | |
Small object allocation module. | |
Functions | |
template<typename Host > | |
bool | Protium::Allocation::operator!= (const STLAdapter< Host > &, const STLAdapter< Host > &) |
Always returns false. Nothing internal. More... | |
template<typename Host > | |
bool | Protium::Allocation::operator== (const STLAdapter< Host > &, const STLAdapter< Host > &) |
Always returns true. Nothing internal. More... | |