CXXR (C++ R) API
Classes | Namespaces | Functions
Allocator.hpp File Reference

STL-compatible allocator front-ending CXXR::MemoryBank. More...

#include <limits>
#include "CXXR/MemoryBank.hpp"
Include dependency graph for Allocator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CXXR::Allocator< T >
 STL-compatible allocator front-ending CXXR::MemoryBank. More...

Namespaces

namespace  CXXR
 Namespace for the CXXR project.

Functions

template<typename T1 , typename T2 >
bool CXXR::operator== (const Allocator< T1 > &, const Allocator< T2 > &) throw ()
template<typename T1 , typename T2 >
bool CXXR::operator!= (const Allocator< T1 > &, const Allocator< T2 > &) throw ()

Detailed Description

STL-compatible allocator front-ending CXXR::MemoryBank.