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 (from env vars and field “variables”)
-
std::map<std::string, std::string> variables
Custom variables for replacements like
${name}
=>value
-
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}