#include <algorithm>#include <iterator>#include <sstream>#include <string>#include <vector>#include <boost/optional.hpp>

Go to the source code of this file.
Namespaces | |
| parser | |
Functions | |
| bool | parser::isIntNumber (const std::string &s) |
| boost::optional< std::string > | parser::parseFirstCommand (std::string line) |
| std::vector< std::string > | parser::split (std::string line) |
| template<typename T > | |
| boost::optional< T > | parser::parseValue (std::string word) |