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 void _Not_user_specialized
 
typedef void value_type
 
typedef voidpointer
 
typedef const voidconst_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 void* allocator< void >::pointer

Constructor & Destructor Documentation

allocator< void >::allocator ( )
inline
874  { // construct default allocator (do nothing)
875  }
allocator< void >::allocator ( const allocator< void > &  )
inline
878  { // construct by copying (do nothing)
879  }
template<class _Other >
allocator< void >::allocator ( const allocator< _Other > &  )
inline
883  { // construct from related allocator (do nothing)
884  }

Member Function Documentation

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

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