#include <string>
#include "sbuild-log.h"
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 | |
bool | sbuild::parse_value (std::string const &stringval, bool &value) |
Parse a boolean value. | |
bool | sbuild::parse_value (std::string const &stringval, std::string &value) |
Parse a string value. | |
template<typename T> | |
bool | sbuild::parse_value (std::string const &stringval, T &value) |
Parse a value. |