Public Member Functions | |
SaveSettings () | |
SaveSettings (BNSaveSettings *settings) | |
bool | IsOptionSet (BNSaveOption option) const |
void | SetOption (BNSaveOption option, bool state=true) |
Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNSaveSettings, BNNewSaveSettingsReference, BNFreeSaveSettings > | |
CoreRefCountObject () | |
virtual | ~CoreRefCountObject () |
BNSaveSettings * | GetObject () const |
void | AddRef () |
void | Release () |
void | AddRefForRegistration () |
void | ReleaseForRegistration () |
Additional Inherited Members | |
Static Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNSaveSettings, BNNewSaveSettingsReference, BNFreeSaveSettings > | |
static BNSaveSettings * | GetObject (CoreRefCountObject *obj) |
Public Attributes inherited from BinaryNinja::CoreRefCountObject< BNSaveSettings, BNNewSaveSettingsReference, BNFreeSaveSettings > | |
std::atomic< int > | m_refs |
bool | m_registeredRef |
BNSaveSettings * | m_object |
SaveSettings::SaveSettings | ( | ) |
SaveSettings::SaveSettings | ( | BNSaveSettings * | settings | ) |
bool SaveSettings::IsOptionSet | ( | BNSaveOption | option | ) | const |
void SaveSettings::SetOption | ( | BNSaveOption | option, |
bool | state = true |
||
) |