plptools
Loading...
Searching...
No Matches
ini.h File Reference
#include <memory>
#include <string>
#include <unordered_map>
Include dependency graph for ini.h:
This graph shows which files directly or indirectly include this file:

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...