|
BDE 4.14.0 Production release
|
#include <bsltf_stdtestallocator.h>
Classes | |
| struct | rebind |
Public Types | |
| typedef bsls::Types::UintPtr | size_type |
| typedef bsls::Types::IntPtr | difference_type |
| typedef void * | pointer |
| typedef const void * | const_pointer |
| typedef void | value_type |
Public Member Functions | |
| StdTestAllocator () | |
Create a StdTestAllocator object. | |
| template<class BDE_OTHER_TYPE > | |
| StdTestAllocator (const StdTestAllocator< BDE_OTHER_TYPE > &) | |
This specialization of StdTestAllocator for void type as the parameterized TYPE does not contain members that are unrepresentable for void.
| typedef const void* bsltf::StdTestAllocator< void >::const_pointer |
| typedef bsls::Types::IntPtr bsltf::StdTestAllocator< void >::difference_type |
| typedef void* bsltf::StdTestAllocator< void >::pointer |
| typedef bsls::Types::UintPtr bsltf::StdTestAllocator< void >::size_type |
| typedef void bsltf::StdTestAllocator< void >::value_type |
|
inline |
| bsltf::StdTestAllocator< void >::StdTestAllocator | ( | const StdTestAllocator< BDE_OTHER_TYPE > & | ) |
Create a StdTestAllocator object. Note that this object will compare equal to the default constructed object because, because this type has no state.