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
232  { // do nothing
233  }
void stdext::allocators::max_unbounded::deallocated ( size_t  = 1)
inline
236  { // do nothing
237  }
bool stdext::allocators::max_unbounded::full ( ) const
inline
219  { // never full
220  return (false);
221  }
void stdext::allocators::max_unbounded::released ( )
inline
228  { // do nothing
229  }
void stdext::allocators::max_unbounded::saved ( )
inline
224  { // do nothing
225  }

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