Struct YAMLParseOptions
Defined in File yaml_helpers.h
Struct Documentation
-
struct YAMLParseOptions
For use in parseYaml()
Public Members
-
bool doIncludes = {true}
“$include{}”s
-
bool doCmdRuns = {true}
“$()”s
-
bool doEnvVars = {true}
“${}”s
-
std::string includesBasePath
If not empty, base reference path which respect to “$include{}”s are specified. Automatically filled in by load_yaml_file()
-
bool doIncludes = {true}