struct SwitchRecord

Defined at line 12 of file ../../src/developer/debug/zxdb/console/switch_record.h

Information on a switch provided to a command. This is not for command-line

switches passed to main().

Public Members

int id
bool has_value
const char * name
char ch

Public Methods

void SwitchRecord ()

Defined at line 13 of file ../../src/developer/debug/zxdb/console/switch_record.h

void SwitchRecord (const SwitchRecord & )

Defined at line 14 of file ../../src/developer/debug/zxdb/console/switch_record.h

void SwitchRecord (int i, bool has_value, const char * n, char c)

Defined at line 15 of file ../../src/developer/debug/zxdb/console/switch_record.h

void ~SwitchRecord ()

Defined at line 17 of file ../../src/developer/debug/zxdb/console/switch_record.h