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
772  { // construct default allocator (do nothing)
773  }
allocator< void >::allocator ( const allocator< void > &  )
inline
776  { // construct by copying (do nothing)
777  }
template<class _Other >
allocator< void >::allocator ( const allocator< _Other > &  )
inline
781  { // construct from related allocator (do nothing)
782  }

Member Function Documentation

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

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