This class provides a converter for configuration files.
More...
#include <CLI11.hpp>
This class provides a converter for configuration files.
Definition at line 1450 of file CLI11.hpp.
◆ ~Config()
◆ from_config()
virtual std::vector<ConfigItem> from_config |
( |
std::istream & |
| ) |
const |
|
pure virtual |
Convert a configuration into an app.
Implemented in ConfigINI.
◆ from_file()
std::vector<ConfigItem> from_file |
( |
const std::string & |
name | ) |
|
|
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 ConfigINI.
◆ to_flag()
virtual std::string to_flag |
( |
const ConfigItem & |
item | ) |
const |
|
inlinevirtual |
◆ items
The documentation for this class was generated from the following file: