This class provides a converter for configuration files.
More...
This class provides a converter for configuration files.
Definition at line 2676 of file CLI11.h.
◆ ~Config()
◆ from_config()
| virtual std::vector<ConfigItem> from_config |
( |
std::istream & |
| ) |
const |
|
pure virtual |
Convert a configuration into an app.
Implemented in ConfigBase.
◆ from_file()
| CLI11_NODISCARD std::vector<ConfigItem> from_file |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ to_config()
| virtual std::string to_config |
( |
const App * |
, |
|
|
bool |
, |
|
|
bool |
, |
|
|
std::string |
|
|
) |
| const |
|
pure virtual |
Convert an app into a configuration.
Implemented in ConfigBase.
◆ to_flag()
| virtual CLI11_NODISCARD std::string to_flag |
( |
const ConfigItem & |
item | ) |
const |
|
inlinevirtual |
Get a flag value.
Definition at line 2688 of file CLI11.h.
The documentation for this class was generated from the following file: