#include <DXP.Interfaces.h>
|
| bool | ReadBoolean (std::wstring const SectionName, std::wstring const ValueName, bool DefaultValue) |
| double | ReadDouble (std::wstring const SectionName, std::wstring const ValueName, double DefaultValue) |
| int | ReadInteger (std::wstring const SectionName, std::wstring const ValueName, int DefaultValue) |
| std::wstring | ReadString (std::wstring const SectionName, std::wstring const ValueName, std::wstring const DefaultValue) |
| std::wstring | ReadSection (std::wstring const SectionName) |
| bool | SectionExists (std::wstring const SectionName) |
| bool | ValueExists (std::wstring const SectionName, std::wstring const ValueName) |
◆ ReadBoolean()
| bool DXP::IOptionsReader::ReadBoolean |
( |
std::wstring const | SectionName, |
|
|
std::wstring const | ValueName, |
|
|
bool | DefaultValue ) |
◆ ReadDouble()
| double DXP::IOptionsReader::ReadDouble |
( |
std::wstring const | SectionName, |
|
|
std::wstring const | ValueName, |
|
|
double | DefaultValue ) |
◆ ReadInteger()
| int DXP::IOptionsReader::ReadInteger |
( |
std::wstring const | SectionName, |
|
|
std::wstring const | ValueName, |
|
|
int | DefaultValue ) |
◆ ReadSection()
| std::wstring DXP::IOptionsReader::ReadSection |
( |
std::wstring const | SectionName | ) |
|
◆ ReadString()
| std::wstring DXP::IOptionsReader::ReadString |
( |
std::wstring const | SectionName, |
|
|
std::wstring const | ValueName, |
|
|
std::wstring const | DefaultValue ) |
◆ SectionExists()
| bool DXP::IOptionsReader::SectionExists |
( |
std::wstring const | SectionName | ) |
|
◆ ValueExists()
| bool DXP::IOptionsReader::ValueExists |
( |
std::wstring const | SectionName, |
|
|
std::wstring const | ValueName ) |
The documentation for this struct was generated from the following file: