#include <config.h>#include "sbuild-parse-value.h"Include dependency graph for sbuild-parse-value.cc:

Go to the source code of this file.
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] |
Definition at line 29 of file sbuild-parse-value.cc.
emap init_errors[] [static] |
Initial value:
This is a list of the supported error codes.It's used to construct the real error codes map.
Definition at line 35 of file sbuild-parse-value.cc.
1.5.1