STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
stdext::allocators::max_unbounded Class Reference
Inheritance diagram for stdext::allocators::max_unbounded:
stdext::allocators::freelist< _Sz, stdext::allocators::max_unbounded >

Public Member Functions

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

Member Function Documentation

void stdext::allocators::max_unbounded::allocated ( size_t  = 1)
inline
226  { // do nothing
227  }
void stdext::allocators::max_unbounded::deallocated ( size_t  = 1)
inline
230  { // do nothing
231  }
bool stdext::allocators::max_unbounded::full ( ) const
inline
213  { // never full
214  return (false);
215  }
void stdext::allocators::max_unbounded::released ( )
inline
222  { // do nothing
223  }
void stdext::allocators::max_unbounded::saved ( )
inline
218  { // do nothing
219  }

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