cpp-hocon 0.3.0
Loading...
Searching...
No Matches
unmergeable.hpp
1#pragma once
2
3#include <hocon/config_value.hpp>
4#include <vector>
5
6namespace hocon {
7
15 public:
16 virtual std::vector<shared_value> unmerged_values() const = 0;
17 };
18
19} // namespace hocon
20
Interface that tags a ConfigValue that is not mergeable until after substitutions are resolved.
Definition: unmergeable.hpp:14
Factory for creating config_document instances.
Definition: config.hpp:18