#include <sbuild/sbuild-parse-error.h>
#include <sbuild/sbuild-log.h>
#include <string>
#include <sstream>
Include dependency graph for sbuild-parse-value.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | sbuild |
Functions | |
void | sbuild::parse_value (std::string const &value, bool &parsed_value) |
Parse a boolean value. | |
void | sbuild::parse_value (std::string const &value, std::string &parsed_value) |
Parse a string value. | |
template<typename T> | |
void | sbuild::parse_value (std::string const &value, T &parsed_value) |
Parse a value of type T. |