STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
stdext::allocators::max_none< _Cache > Class Template Reference

Public Member Functions

bool full () const
 
void saved ()
 
void released ()
 
void allocated (size_t=1)
 
void deallocated (size_t=1)
 

Member Function Documentation

template<class _Cache >
void stdext::allocators::max_none< _Cache >::allocated ( size_t  = 1)
inline
201  { // do nothing
202  }
template<class _Cache >
void stdext::allocators::max_none< _Cache >::deallocated ( size_t  = 1)
inline
205  { // do nothing
206  }
template<class _Cache >
bool stdext::allocators::max_none< _Cache >::full ( ) const
inline
188  { // always full
189  return (true);
190  }
template<class _Cache >
void stdext::allocators::max_none< _Cache >::released ( )
inline
197  { // do nothing
198  }
template<class _Cache >
void stdext::allocators::max_none< _Cache >::saved ( )
inline
193  { // do nothing
194  }

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