#include <iostream>
#include <sstream>
#include <string>
#include <typeinfo>
#include <stdexcept>
#include <vector>
Include dependency graph for func.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BadConversion |
Write brief comment for BadConversion here. More... | |
Functions | |
std::string | stringify (const char *c) |
Write brief comment for stringify here. | |
template<typename T> | |
void | convert (const std::string &s, T &x, bool failIfLeftoverChars=true) |
Write brief comment for convert here. | |
template<typename T> | |
T | convertTo (const std::string &s, bool failIfLeftoverChars=true) |
Write brief comment for convertTo here. | |
void | Tokenize (const string &str, vector< string > &tokens, const string &delimiters=" ") |
Write brief comment for Tokenize here. |