![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
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) const | s3d::INI | |
get(Section_Dot_NameView section_dot_name) const | s3d::INI | |
getGlobalValue(NameView name) const | s3d::INI | |
getOpt(SectionView section, NameView name) const | s3d::INI | |
getOpt(Section_Dot_NameView section_dot_name) const | s3d::INI | |
getOr(SectionView section, NameView name, U &&defaultValue) const | s3d::INI | |
getOr(Section_Dot_NameView section_dot_name, U &&defaultValue) const | s3d::INI | |
getSection(SectionView section) const | s3d::INI | |
getValue(SectionView section, NameView name) const | s3d::INI | |
hasGlobalValue(NameView name) const | s3d::INI | |
hasSection(SectionView section) const | s3d::INI | |
hasValue(SectionView section, NameView name) const | s3d::INI | |
INI() | s3d::INI | |
INI(FilePathView path, const Optional< TextEncoding > &encoding=unspecified) | s3d::INI | explicit |
INI(Reader &&reader, const Optional< TextEncoding > &encoding=unspecified) | s3d::INI | explicit |
INI(std::unique_ptr< IReader > &&reader, const Optional< TextEncoding > &encoding=unspecified) | s3d::INI | explicit |
isEmpty() const noexcept | s3d::INI | |
KeyIndex typedef | s3d::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 typedef | s3d::INI | |
NameView typedef | s3d::INI | |
operator bool() const noexcept | s3d::INI | explicit |
operator[](Section_Dot_NameView section_dot_name) const | s3d::INI | |
operator[](Section_Dot_NameView section_dot_name) | s3d::INI | |
removeSection(SectionView section) | s3d::INI | |
save(FilePathView path) const | s3d::INI | |
Section typedef | s3d::INI | |
Section_Dot_Name typedef | s3d::INI | |
Section_Dot_NameView typedef | s3d::INI | |
SectionIndex typedef | s3d::INI | |
sections() const noexcept | s3d::INI | |
SectionView typedef | s3d::INI | |
Value typedef | s3d::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 |