|
Planeshift
|
#include <ipc_protocol.h>
Public Member Functions | |
| CustomInfoEntry () | |
| CustomInfoEntry (const wchar_t *name_arg, const wchar_t *value_arg) | |
| void | set (const wchar_t *name_arg, const wchar_t *value_arg) |
| void | set_name (const wchar_t *name_arg) |
| void | set_value (const wchar_t *value_arg) |
Public Attributes | |
| wchar_t | name [kNameMaxLength] |
| wchar_t | value [kValueMaxLength] |
Static Public Attributes | |
| static const int | kNameMaxLength = 64 |
| static const int | kValueMaxLength = 64 |
Definition at line 43 of file ipc_protocol.h.
| google_breakpad::CustomInfoEntry::CustomInfoEntry | ( | ) | [inline] |
Definition at line 48 of file ipc_protocol.h.
| google_breakpad::CustomInfoEntry::CustomInfoEntry | ( | const wchar_t * | name_arg, |
| const wchar_t * | value_arg | ||
| ) | [inline] |
Definition at line 54 of file ipc_protocol.h.
| void google_breakpad::CustomInfoEntry::set | ( | const wchar_t * | name_arg, |
| const wchar_t * | value_arg | ||
| ) | [inline] |
Definition at line 76 of file ipc_protocol.h.
| void google_breakpad::CustomInfoEntry::set_name | ( | const wchar_t * | name_arg | ) | [inline] |
Definition at line 59 of file ipc_protocol.h.
| void google_breakpad::CustomInfoEntry::set_value | ( | const wchar_t * | value_arg | ) | [inline] |
Definition at line 67 of file ipc_protocol.h.
const int google_breakpad::CustomInfoEntry::kNameMaxLength = 64 [static] |
Definition at line 45 of file ipc_protocol.h.
const int google_breakpad::CustomInfoEntry::kValueMaxLength = 64 [static] |
Definition at line 46 of file ipc_protocol.h.
Definition at line 81 of file ipc_protocol.h.
Definition at line 82 of file ipc_protocol.h.
1.7.3