Quick Links:

bal | bbl | bdl | bsl

Classes | Public Types | Public Member Functions

bsltf::StdTestAllocator< void > Class Template Reference

#include <bsltf_stdtestallocator.h>

List of all members.

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 ()
template<class BDE_OTHER_TYPE >
 StdTestAllocator (const StdTestAllocator< BDE_OTHER_TYPE > &)

Detailed Description

template<>
class bsltf::StdTestAllocator< void >

This specialization of StdTestAllocator for void type as the parameterized TYPE does not contain members that are unrepresentable for void.

See Component bsltf_stdtestallocator


Member Typedef Documentation

typedef void* bsltf::StdTestAllocator< void >::pointer
typedef const void* bsltf::StdTestAllocator< void >::const_pointer
typedef void bsltf::StdTestAllocator< void >::value_type

Constructor & Destructor Documentation

Create a StdTestAllocator object.

template<class BDE_OTHER_TYPE >
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.


The documentation for this class was generated from the following file: