32 virtual shared_includer
with_fallback(shared_includer fallback)
const = 0;
51 virtual shared_object
include(shared_include_context context, std::string what)
const = 0;
Implement this interface and provide an instance to config_parse_options.set_includer() to customize ...
virtual shared_includer with_fallback(shared_includer fallback) const =0
Returns a new includer that falls back to the given includer.
virtual shared_object include(shared_include_context context, std::string what) const =0
Parses another item to be included.
Factory for creating config_document instances.