#include <ConfigWrapper.h>
◆ Format
◆ ConfigWrapper()
PDFxTMD::ConfigWrapper::ConfigWrapper |
( |
| ) |
|
|
inline |
◆ get()
template<typename T >
std::pair<std::optional<T>, ErrorType> PDFxTMD::ConfigWrapper::get |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ initializeEmptyYAML()
void PDFxTMD::ConfigWrapper::initializeEmptyYAML |
( |
| ) |
|
|
inline |
◆ loadFromFile()
bool PDFxTMD::ConfigWrapper::loadFromFile |
( |
const std::filesystem::path & |
filepath, |
|
|
Format |
format |
|
) |
| |
◆ loadFromString()
bool PDFxTMD::ConfigWrapper::loadFromString |
( |
const std::string & |
data_string, |
|
|
Format |
format |
|
) |
| |
◆ saveToFile()
bool PDFxTMD::ConfigWrapper::saveToFile |
( |
const std::string & |
filename | ) |
const |
◆ set()
template<typename T >
bool PDFxTMD::ConfigWrapper::set |
( |
const std::string & |
key, |
|
|
const T & |
value |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: