Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bslma_stdtestallocator.h File Reference

Provide stl-compatible, bslma-style allocator to track usage. More...

Go to the source code of this file.

Classes

class  bslma::StdTestAllocator< TYPE >
struct  bslma::StdTestAllocator< TYPE >::rebind< ANY_TYPE >

Namespaces

namespace  bslma

Functions

template<class T1 , class T2 >
bool bslma::operator== (const StdTestAllocator< T1 > &lhs, const StdTestAllocator< T2 > &rhs)
template<class T1 , class T2 >
bool bslma::operator!= (const StdTestAllocator< T1 > &lhs, const StdTestAllocator< T2 > &rhs)
template<class TYPE >
bool bslma::operator== (const StdTestAllocator< TYPE > &lhs, const TestAllocator *rhs)
template<class TYPE >
bool bslma::operator!= (const StdTestAllocator< TYPE > &lhs, const TestAllocator *rhs)
template<class TYPE >
bool bslma::operator== (const TestAllocator *lhs, const StdTestAllocator< TYPE > &rhs)
template<class TYPE >
bool bslma::operator!= (const TestAllocator *lhs, const StdTestAllocator< TYPE > &rhs)

Detailed Description