BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsltf_stdtestallocator.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslma_allocator.h>
#include <bslma_isstdallocator.h>
#include <bslmf_util.h>
#include <bsls_assert.h>
#include <bsls_bslexceptionutil.h>
#include <bsls_compilerfeatures.h>
#include <bsls_types.h>
#include <bsls_util.h>
#include <new>
#include <stddef.h>

Go to the source code of this file.

Classes

struct  bsltf::StdTestAllocatorConfiguration
 
class  bsltf::StdTestAllocatorConfigurationGuard
 
class  bsltf::StdTestAllocator< TYPE >
 
struct  bsltf::StdTestAllocator< TYPE >::rebind< BDE_OTHER_TYPE >
 
class  bsltf::StdTestAllocator< void >
 
struct  bsltf::StdTestAllocator< void >::rebind
 
struct  bsltf::StdTestAllocator_CommonUtil
 

Functions

template<class TYPE1 , class TYPE2 >
bool bsltf::operator== (const StdTestAllocator< TYPE1 > &lhs, const StdTestAllocator< TYPE2 > &rhs)
 Return true because StdTestAllocator does not hold a state.
 
template<class TYPE1 , class TYPE2 >
bool bsltf::operator!= (const StdTestAllocator< TYPE1 > &lhs, const StdTestAllocator< TYPE2 > &rhs)
 Return false because StdTestAllocator does not hold a state.
 

Detailed Description

The content of this file has been pre-processed for Doxygen.