cpp-hocon
0.3.0
|
Interface that tags a ConfigValue that is not mergeable until after substitutions are resolved. More...
Public Member Functions | |
virtual std::vector< shared_value > | unmerged_values () const =0 |
Interface that tags a ConfigValue that is not mergeable until after substitutions are resolved.
Basically these are special ConfigValue that never appear in a resolved tree, like ConfigSubstitution and ConfigDelayedMerge.
Definition at line 14 of file unmergeable.hpp.