cpp-hocon  0.3.0
Public Member Functions | List of all members
hocon::unmergeable Class Referenceabstract

Interface that tags a config_value that is not mergeable until after substitutions are resolved. More...

Inheritance diagram for hocon::unmergeable:
hocon::config_concatenation hocon::config_delayed_merge hocon::config_delayed_merge_object hocon::config_reference

Public Member Functions

virtual std::vector< shared_value > unmerged_values () const =0
 

Detailed Description

Interface that tags a config_value that is not mergeable until after substitutions are resolved.

Basically these are special config_value that never appear in a resolved tree, like config_substitution and config_delayed_merge.

Definition at line 14 of file unmergeable.hpp.


The documentation for this class was generated from the following file: