STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Public Types | Public Member Functions | List of all members
allocator< void > Class Template Reference

Classes

struct  rebind
 

Public Types

typedef allocator< voidother
 
typedef void value_type
 
typedef voidpointer
 
typedef const voidconst_pointer
 
typedef voidvoid_pointer
 
typedef const voidconst_void_pointer
 

Public Member Functions

 allocator () _THROW0()
 
 allocator (const allocator< void > &) _THROW0()
 
template<class _Other >
 allocator (const allocator< _Other > &) _THROW0()
 
template<class _Other >
allocator< void > & operator= (const allocator< _Other > &)
 

Member Typedef Documentation

typedef const void* allocator< void >::const_pointer
typedef const void* allocator< void >::const_void_pointer
typedef void* allocator< void >::pointer

Constructor & Destructor Documentation

allocator< void >::allocator ( )
inline
637  { // construct default allocator (do nothing)
638  }
allocator< void >::allocator ( const allocator< void > &  )
inline
641  { // construct by copying (do nothing)
642  }
template<class _Other >
allocator< void >::allocator ( const allocator< _Other > &  )
inline
646  { // construct from related allocator (do nothing)
647  }

Member Function Documentation

template<class _Other >
allocator<void>& allocator< void >::operator= ( const allocator< _Other > &  )
inline
651  { // assign from a related allocator (do nothing)
652  return (*this);
653  }

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