Struct YAMLParseOptions

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()