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
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:
VS2013/inc/
allocators
Generated on Sun Jul 23 2017 10:12:51 for STLdoc by
1.8.8