Searched defs:UIDataSettingsMachineGeneral (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.h26 struct UIDataSettingsMachineGeneral struct
29 UIDataSettingsMachineGeneral() function in struct:UIDataSettingsMachineGeneral
45 bool equal(const UIDataSettingsMachineGeneral &other) const
60 bool operator==(const UIDataSettingsMachineGeneral &other) const { return equal(other); }
62 bool operator!=(const UIDataSettingsMachineGeneral &other) const { return !equal(other); }
96 typedef UISettingsCache<UIDataSettingsMachineGeneral> UICacheSettingsMachineGeneral;

Completed in 40 milliseconds