|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_heapwalk_sequence.h>
Public Types | |
| typedef heapwalk_sequence | class_type |
| The class. | |
| typedef entry_type const & | value_type |
| The value type. | |
| typedef heapwalk_sequence_const_iterator | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef entry_type const & | const_reference |
| The non-mutating (const) reference type. | |
Public Methods | |
| heapwalk_sequence () | |
| Creates an instance that walks the default process heap. | |
| heapwalk_sequence (HANDLE hHeap) | |
| Creates an instance that walks the given heap. | |
| ~heapwalk_sequence () winstl_throw_0() | |
| Destructor. | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
|
|
The class.
|
|
|
The non-mutating (const) iterator type.
|
|
|
The non-mutating (const) reference type.
|
|
|
The value type.
|
|
|
Creates an instance that walks the default process heap.
|
|
|
Creates an instance that walks the given heap.
|
|
|
Destructor.
|
|
|
Begins the iteration.
|
|
|
Ends the iteration.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |