3 #include <mapbox/compatibility/value.hpp>
10 #define DECLARE_MAPBOX_SETTING(name, value) constexpr const char* name = "mapbox_" #value
25 void set(const
std::
string& key, mapbox::base::
Value value) noexcept;
29 void set(const mapbox::base::ValueObject& values) noexcept;
33 mapbox::base::
Value get(const
std::
string& key) const noexcept;
37 mapbox::base::ValueObject
get(const
std::vector<
std::
string>& keys) const noexcept;
44 std::unique_ptr<Impl> impl;
mapbox::base::Value Value