class Iterator
Defined at line 61 of file ../../third_party/crashpad/src/client/simple_address_range_bag.h
An iterator to traverse all of the active entries in a
TSimpleAddressRangeBag.
Public Methods
void Iterator (const TSimpleAddressRangeBag<NumEntries> & bag)
Defined at line 63 of file ../../third_party/crashpad/src/client/simple_address_range_bag.h
void Iterator (const Iterator & )
Defined at line 68 of file ../../third_party/crashpad/src/client/simple_address_range_bag.h
Iterator & operator= (const Iterator & )
Defined at line 69 of file ../../third_party/crashpad/src/client/simple_address_range_bag.h
const Entry * Next ()
Returns the next entry in the bag, or `nullptr` if at the end of
the collection.
Defined at line 73 of file ../../third_party/crashpad/src/client/simple_address_range_bag.h