3 #include <typelib/value.hh> 9 std::shared_ptr< libConfig::ConfigValue > getFromArray(Typelib::Value& value);
10 std::shared_ptr< libConfig::ConfigValue > getFromEnum(Typelib::Value& value);
11 std::shared_ptr< libConfig::ConfigValue > getFromCompound(Typelib::Value& value);
12 std::shared_ptr< libConfig::ConfigValue > getFromContainer(Typelib::Value& value);
13 std::shared_ptr< libConfig::ConfigValue > getFromNumeric(Typelib::Value& value);
16 std::shared_ptr< libConfig::ConfigValue >
getFromValue(Typelib::Value& value);
Definition: TypelibConfiguration.hpp:7
std::shared_ptr< libConfig::ConfigValue > getFromValue(Typelib::Value &value)
Definition: TypelibConfiguration.cpp:7