|
plptools
|
#include <memory>#include <string>#include <unordered_map>

Go to the source code of this file.
Namespaces | |
| namespace | ini |
Functions | |
| std::unique_ptr< std::unordered_map< std::string, std::string > > | ini::deserialize (const std::string contents) |
| Simple parser for flat ini data. More... | |
| std::string | ini::serialize (const std::unordered_map< std::string, std::string > &contents) |
| Outputs simple flat ini data. More... | |