4 #include "config_syntax.hpp" 56 config_syntax
const& get_syntax()
const;
74 shared_string
const& get_origin_description()
const;
90 bool get_allow_missing()
const;
126 shared_includer
const& get_includer()
const;
130 bool allow_missing, shared_includer includer,
131 config_syntax syntax = config_syntax::UNSPECIFIED);
134 config_syntax _syntax;
135 shared_string _origin_description;
137 shared_includer _includer;
A set of options related to parsing.
Factory for creating config_document instances.