MVE - Multi-View Environment mve-devel
|
Go to the source code of this file.
Namespaces | |
namespace | util |
Parser, tokenizer, timer, smart pointer, threads, etc. | |
Functions | |
void | util::parse_ini (std::istream &stream, std::map< std::string, std::string > *map) |
Parses a file in INI format and places key/value pairs in the map. | |
void | util::write_ini (std::map< std::string, std::string > const &map, std::ostream &stream) |
Writes an INI file for the key/value pairs in the map. | |