Planeshift
Public Member Functions | Public Attributes | Static Public Attributes

google_breakpad::CustomInfoEntry Struct Reference

#include <ipc_protocol.h>

List of all members.

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

Detailed Description

Definition at line 43 of file ipc_protocol.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 45 of file ipc_protocol.h.

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.


The documentation for this struct was generated from the following file: