#include <config.h>
#include "sbuild-parse-value.h"
Typedefs | |
typedef std::pair < parse_value_error_code, const char * > | emap |
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. | |
Variables | |
emap | init_errors [] |
This is a list of the supported error codes. |
typedef std::pair<parse_value_error_code,const char *> emap [static] |
emap init_errors[] [static] |