|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_heapwalk_sequence.h>
Public Types | |
| typedef entry_type const | value_type |
| The value type. | |
| typedef heapwalk_sequence_const_iterator | class_type |
| The class. | |
Public Methods | |
| heapwalk_sequence_const_iterator () | |
| Default constructor. | |
| heapwalk_sequence_const_iterator (class_type const &rhs) | |
| Copy constructor. | |
| ~heapwalk_sequence_const_iterator () winstl_throw_0() | |
| Destructor. | |
| heapwalk_sequence_const_iterator & | operator= (class_type const &rhs) |
| Copy asignment operator. | |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type const | operator++ (int) |
| Post-increment operator. | |
| value_type & | operator * () const |
Dereferences and returns a reference to the PROCESS_HEAP_ENTRY structure for the current position. | |
| ws_bool_t | operator== (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
| ws_bool_t | operator!= (class_type const &rhs) const |
Evaluates whether this and rhs are not equivalent. | |
|
|
The class.
|
|
|
The value type.
|
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Dereferences and returns a reference to the
|
|
|
Evaluates whether
|
|
|
Post-increment operator.
|
|
|
Pre-increment operator.
|
|
|
Copy asignment operator.
|
|
|
Evaluates whether
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |