cpp-hocon
0.3.0
internal
default_transformer.hpp
1
#pragma once
2
3
#include <hocon/config_value.hpp>
4
5
namespace
hocon
{
6
7
class
default_transformer
{
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
Generated on Fri Jun 12 2020 09:47:37 for cpp-hocon by
1.8.18