Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
STLAdapter.h File Reference
Include dependency graph for STLAdapter.h:
This graph shows which files directly or indirectly include this file:

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...