|
CommonLibSSE NG
|
#include <INISettingCollection.h>
Public Member Functions | |
| ~INISettingCollection () override | |
| bool | WriteSetting (Setting *a_setting) override |
| bool | ReadSetting (Setting *a_setting) override |
| bool | OpenHandle (bool a_create) override |
| bool | CloseHandle () override |
| Setting * | GetSetting (std::string_view a_name) |
Public Member Functions inherited from RE::SettingCollectionList< Setting > | |
| ~SettingCollectionList () override | |
| void | InsertSetting (Setting *a_setting) override |
| void | RemoveSetting (Setting *a_setting) override |
| void | WriteAllSettings () override |
| void | ReadAllSettings () override |
Public Member Functions inherited from RE::SettingCollection< T > | |
| virtual | ~SettingCollection () |
| virtual void | InsertSetting (T *a_setting)=0 |
| virtual void | RemoveSetting (T *a_setting)=0 |
| virtual bool | WriteSetting (T *a_setting)=0 |
| virtual bool | ReadSetting (T *a_setting)=0 |
| virtual void | Unk_07 (void) |
Static Public Member Functions | |
| static INISettingCollection * | GetSingleton () |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_INISettingCollection |
| static constexpr auto | VTABLE = VTABLE_INISettingCollection |
Additional Inherited Members | |
Public Attributes inherited from RE::SettingCollectionList< Setting > | |
| BSSimpleList< Setting * > | settings |
Public Attributes inherited from RE::SettingCollection< T > | |
| char | subKey [0x104] |
| void * | handle |
|
override |
|
overridevirtual |
Reimplemented from RE::SettingCollection< T >.
| Setting* RE::INISettingCollection::GetSetting | ( | std::string_view | a_name | ) |
|
static |
|
overridevirtual |
Reimplemented from RE::SettingCollection< T >.
|
override |
|
override |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |