This converter works with INI files.
More...
#include <CLI11.hpp>
This converter works with INI files.
Definition at line 1483 of file CLI11.hpp.
◆ from_config()
std::vector<ConfigItem> from_config |
( |
std::istream & |
| ) |
const |
|
inlineoverridevirtual |
Convert a configuration into an app.
Implements Config.
Definition at line 1487 of file CLI11.hpp.
◆ to_config()
std::string to_config |
( |
const App * |
, |
|
|
bool |
, |
|
|
bool |
, |
|
|
std::string |
|
|
) |
| const |
|
inlineoverridevirtual |
Convert an app into a configuration.
Implements Config.
Definition at line 6456 of file CLI11.hpp.
The documentation for this class was generated from the following file: