27 std::vector<std::string> reading;
29 ConfigDataHash& output;
30 ConfigFileCache& FilesOutput;
31 std::stringstream& errstr;
38 vars[
"newline"] = vars[
"nl"] =
"\n";
40 bool ParseFile(
const std::string& name,
int flags,
const std::string& mandatory_tag = std::string(),
bool isexec =
false);
41 void DoInclude(
ConfigTag* includeTag,
int flags);
42 void DoReadFile(
const std::string& key,
const std::string& file,
int flags,
bool exec);