cpp-hocon  0.3.0
default_transformer.hpp
1 #pragma once
2 
3 #include <hocon/config_value.hpp>
4 
5 namespace hocon {
6 
8  public:
9  static shared_value transform(shared_value value, config_value::type requested);
10  };
11 
12 } // namespace hocon
hocon::config_value::type
type
The type of a configuration value (following the JSON type schema).
Definition: config_value.hpp:56
hocon
Factory for creating config_document instances.
Definition: config.hpp:18
hocon::default_transformer
Definition: default_transformer.hpp:7
hocon::value
Definition: tokens.hpp:8