Namespaces | Functions
/home/martin/workspace/OpenStreetNav/src/util.cpp File Reference
#include "util.h"
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  util

Functions

template<>
double util::parse< double > (std::string const &str)
template<>
int64_t util::parse< int64_t > (std::string const &str)
std::string util::replace (std::string const &input, std::map< char, std::string > const &repl)
 Replaces all occurences of keys from repl in input with their respective values.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines