WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
|
This is the complete list of members for winstd::heap_allocator< _Ty >, including all inherited members.
allocate(_In_ size_type count) | winstd::heap_allocator< _Ty > | inline |
const_pointer typedef | winstd::heap_allocator< _Ty > | |
const_reference typedef | winstd::heap_allocator< _Ty > | |
construct(_Inout_ pointer ptr, _In_ const _Ty &val) | winstd::heap_allocator< _Ty > | inline |
construct(_Inout_ pointer ptr, _Inout_ _Ty &&val) | winstd::heap_allocator< _Ty > | inline |
deallocate(_In_ pointer ptr, _In_ size_type size) | winstd::heap_allocator< _Ty > | inline |
destroy(_Inout_ pointer ptr) | winstd::heap_allocator< _Ty > | inline |
difference_type typedef | winstd::heap_allocator< _Ty > | |
heap_allocator(_In_ HANDLE heap) | winstd::heap_allocator< _Ty > | inline |
heap_allocator(_In_ const heap_allocator< _Other > &other) | winstd::heap_allocator< _Ty > | inline |
m_heap | winstd::heap_allocator< _Ty > | |
max_size() const | winstd::heap_allocator< _Ty > | inline |
pointer typedef | winstd::heap_allocator< _Ty > | |
reference typedef | winstd::heap_allocator< _Ty > | |
size_type typedef | winstd::heap_allocator< _Ty > | |
value_type typedef | winstd::heap_allocator< _Ty > |