ConfigTOML generates a TOML compliant output.
More...
#include <CLI11.hpp>
|
char | commentChar = ';' |
| the character used for comments
|
|
char | arrayStart = '\0' |
| the character used to start an array '\0' is a default to not use
|
|
char | arrayEnd = '\0' |
| the character used to end an array '\0' is a default to not use
|
|
char | arraySeparator = ' ' |
| the character used to separate elements in an array
|
|
char | valueDelimiter = '=' |
| the character used separate the name from the value
|
|
std::vector< ConfigItem > | items {} |
|
Definition at line 2060 of file CLI11.hpp.
◆ ConfigTOML()
CLI::ConfigTOML::ConfigTOML |
( |
| ) |
|
|
inline |
Definition at line 2063 of file CLI11.hpp.
2063 {
2069 }
char arraySeparator
the character used to separate elements in an array
char valueDelimiter
the character used separate the name from the value
char arrayStart
the character used to start an array '\0' is a default to not use
char arrayEnd
the character used to end an array '\0' is a default to not use
char commentChar
the character used for comments
The documentation for this class was generated from the following file: