#include <stdexcept>
#include <sstream>
Include dependency graph for StreamParser.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BadConversion |
An exception that is thrown when bad conversion occurs. More... | |
Functions | |
template<typename T> | |
void | convert (const std::string &s, T &x, bool failIfLeftoverChars=true) |
|
Definition at line 20 of file StreamParser.hpp. Referenced by process_arguments(). |