Crashpad
|
A single entry in the map. More...
#include "client/simple_string_dictionary.h"
Public Member Functions | |
bool | is_active () const |
Returns the validity of the entry. More... | |
Public Attributes | |
char | key [KeySize] |
The entry’s key. More... | |
char | value [ValueSize] |
The entry’s value. More... | |
A single entry in the map.
|
inline |
Returns the validity of the entry.
If key is an empty string, the entry is considered inactive, and this method returns false
. Otherwise, returns true
.
char crashpad::TSimpleStringDictionary< KeySize, ValueSize, NumEntries >::Entry::key[KeySize] |
The entry’s key.
This string is always NUL
-terminated. If this is a 0-length NUL
-terminated string, the entry is inactive.
char crashpad::TSimpleStringDictionary< KeySize, ValueSize, NumEntries >::Entry::value[ValueSize] |
The entry’s value.
This string is always NUL
-terminated.