MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
ini_parser.h File Reference
#include <istream>
#include <string>
#include <map>
#include "util/defines.h"
Include dependency graph for ini_parser.h:
This graph shows which files directly or indirectly include this file:

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.