OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::INI Member List

This is the complete list of members for s3d::INI, including all inherited members.

addSection(SectionView section)s3d::INI
clear()s3d::INI
get(SectionView section, NameView name) consts3d::INI
get(Section_Dot_NameView section_dot_name) consts3d::INI
getGlobalValue(NameView name) consts3d::INI
getOpt(SectionView section, NameView name) consts3d::INI
getOpt(Section_Dot_NameView section_dot_name) consts3d::INI
getOr(SectionView section, NameView name, U &&defaultValue) consts3d::INI
getOr(Section_Dot_NameView section_dot_name, U &&defaultValue) consts3d::INI
getSection(SectionView section) consts3d::INI
getValue(SectionView section, NameView name) consts3d::INI
hasGlobalValue(NameView name) consts3d::INI
hasSection(SectionView section) consts3d::INI
hasValue(SectionView section, NameView name) consts3d::INI
INI()s3d::INI
INI(FilePathView path, const Optional< TextEncoding > &encoding=unspecified)s3d::INIexplicit
INI(Reader &&reader, const Optional< TextEncoding > &encoding=unspecified)s3d::INIexplicit
INI(std::unique_ptr< IReader > &&reader, const Optional< TextEncoding > &encoding=unspecified)s3d::INIexplicit
isEmpty() const noexcepts3d::INI
KeyIndex typedefs3d::INI
load(FilePathView path, const Optional< TextEncoding > &encoding=unspecified)s3d::INI
load(Reader &&reader, const Optional< TextEncoding > &encoding=unspecified)s3d::INI
load(std::unique_ptr< IReader > &&reader, const Optional< TextEncoding > &encoding=unspecified)s3d::INI
Name typedefs3d::INI
NameView typedefs3d::INI
operator bool() const noexcepts3d::INIexplicit
operator[](Section_Dot_NameView section_dot_name) consts3d::INI
operator[](Section_Dot_NameView section_dot_name)s3d::INI
removeSection(SectionView section)s3d::INI
save(FilePathView path) consts3d::INI
Section typedefs3d::INI
Section_Dot_Name typedefs3d::INI
Section_Dot_NameView typedefs3d::INI
SectionIndex typedefs3d::INI
sections() const noexcepts3d::INI
SectionView typedefs3d::INI
Value typedefs3d::INI
write(SectionView section, NameView name, const Value &value)s3d::INI
write(SectionView section, NameView name, const Type &value)s3d::INI
writeGlobal(NameView name, const Value &value)s3d::INI
writeGlobal(NameView name, const Type &value)s3d::INI