class Iterator
Defined at line 77 of file ../../third_party/crashpad/src/client/simple_string_dictionary.h
An iterator to traverse all of the active entries in a
TSimpleStringDictionary.
Public Methods
void Iterator (const TSimpleStringDictionary<KeySize, ValueSize, NumEntries> & map)
Defined at line 79 of file ../../third_party/crashpad/src/client/simple_string_dictionary.h
void Iterator (const Iterator & )
Defined at line 84 of file ../../third_party/crashpad/src/client/simple_string_dictionary.h
Iterator & operator= (const Iterator & )
Defined at line 85 of file ../../third_party/crashpad/src/client/simple_string_dictionary.h
const Entry * Next ()
Returns the next entry in the map, or `nullptr` if at the end of
the collection.
Defined at line 89 of file ../../third_party/crashpad/src/client/simple_string_dictionary.h