STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
stdext
allocators
max_unbounded
Public Member Functions
|
List of all members
stdext::allocators::max_unbounded Class Reference
Inheritance diagram for 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:
VS2015/inc/
allocators
Generated on Mon Jul 24 2017 18:20:21 for STLdoc by
1.8.8