Crashpad
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
crashpad::RangeSet Class Reference

A set of VMAddress ranges. More...

#include "util/misc/range_set.h"

Public Member Functions

 RangeSet (const RangeSet &)=delete
 
RangeSetoperator= (const RangeSet &)=delete
 
void Insert (VMAddress base, VMSize size)
 Inserts a range into the set.
 
bool Contains (VMAddress address) const
 Returns true if address falls within a range in this set.
 

Detailed Description

A set of VMAddress ranges.

Member Function Documentation

◆ Insert()

void crashpad::RangeSet::Insert ( VMAddress base,
VMSize size )

Inserts a range into the set.

Parameters
[in]baseThe low address of the range.
[in]sizeThe size of the range.

The documentation for this class was generated from the following files: