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
236
{
// do nothing
237
}
void
stdext::allocators::max_unbounded::deallocated
(
size_t
=
1
)
inline
240
{
// do nothing
241
}
bool
stdext::allocators::max_unbounded::full
(
)
const
inline
223
{
// never full
224
return
(
false
);
225
}
void
stdext::allocators::max_unbounded::released
(
)
inline
232
{
// do nothing
233
}
void
stdext::allocators::max_unbounded::saved
(
)
inline
228
{
// do nothing
229
}
The documentation for this class was generated from the following file:
VS2017/inc/
allocators
Generated on Sat Jul 22 2017 14:42:02 for STLdoc by
1.8.8