MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
ini_parser.cc File Reference
#include <sstream>
#include "util/exception.h"
#include "util/strings.h"
#include "util/ini_parser.h"
Include dependency graph for ini_parser.cc:

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.