toml: nested maps support
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ class SettingsHandler;
|
||||
|
||||
namespace toml {
|
||||
std::string stringify(SettingsHandler& handler);
|
||||
std::string stringify(dynamic::Map& root);
|
||||
std::string stringify(dynamic::Map& root, const std::string& name="");
|
||||
dynamic::Map_sptr parse(std::string_view file, std::string_view source);
|
||||
|
||||
void parse(
|
||||
|
||||
Reference in New Issue
Block a user