An abstract base class for iterating over ordered sets of mappings in a MemoryMap.
More...
#include "util/linux/memory_map.h"
An abstract base class for iterating over ordered sets of mappings in a MemoryMap.
◆ Count()
virtual unsigned int crashpad::MemoryMap::Iterator::Count |
( |
| ) |
|
|
pure virtual |
- Returns
- the number of mappings remaining.
◆ Next()
virtual const Mapping* crashpad::MemoryMap::Iterator::Next |
( |
| ) |
|
|
pure virtual |
- Returns
- the mapping pointed to by the iterator and advance the iterator to the next mapping. If there are no more mappings, this method returns
nullptr
on all subsequent invocations.
The documentation for this class was generated from the following file: