Crashpad
Public Member Functions | List of all members
crashpad::MemoryMap::Iterator Class Referenceabstract

An abstract base class for iterating over ordered sets of mappings in a MemoryMap. More...

#include "util/linux/memory_map.h"

Public Member Functions

virtual const MappingNext ()=0
 
virtual unsigned int Count ()=0
 

Detailed Description

An abstract base class for iterating over ordered sets of mappings in a MemoryMap.

Member Function Documentation

◆ 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: