BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslma_constructionutil.h>
#include <bslma_destructionutil.h>
#include <bslma_isstdallocator.h>
#include <bslma_testallocator.h>
#include <bslma_default.h>
#include <bslmf_isbitwiseequalitycomparable.h>
#include <bslmf_isbitwisecopyable.h>
#include <bslmf_isbitwisemoveable.h>
#include <bslmf_issame.h>
#include <bslmf_nestedtraitdeclaration.h>
Go to the source code of this file.
Classes | |
class | bslma::StdTestAllocator< TYPE > |
struct | bslma::StdTestAllocator< TYPE >::rebind< ANY_TYPE > |
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) |
The content of this file has been pre-processed for Doxygen.