cpp-hocon 0.3.0
Loading...
Searching...
No Matches
full_includer.hpp
1#pragma once
2
3#include <hocon/config_includer.hpp>
4#include <hocon/config_includer_file.hpp>
5
6
7namespace hocon {
8
10 // This is a faithful port of the Java fullIncluder interface
11 };
12
13} // namespace hocon
Implement this in addition to config_includer if you want to support inclusion of files with the incl...
Implement this interface and provide an instance to config_parse_options.set_includer() to customize ...
Factory for creating config_document instances.
Definition: config.hpp:18