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
211  { // do nothing
212  }
template<class _Cache >
void stdext::allocators::max_none< _Cache >::deallocated ( size_t  = 1)
inline
215  { // do nothing
216  }
template<class _Cache >
bool stdext::allocators::max_none< _Cache >::full ( ) const
inline
198  { // always full
199  return (true);
200  }
template<class _Cache >
void stdext::allocators::max_none< _Cache >::released ( )
inline
207  { // do nothing
208  }
template<class _Cache >
void stdext::allocators::max_none< _Cache >::saved ( )
inline
203  { // do nothing
204  }

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