#include <config.h>
#include "sbuild-keyfile.h"
#include <fstream>
#include <boost/format.hpp>
Include dependency graph for sbuild-keyfile.cc:
Go to the source code of this file.
Typedefs | |
typedef std::pair< keyfile::error_code, const char * > | emap |
Functions | |
keyfile | operator+ (keyfile const &lhs, keyfile const &rhs) |
Variables | |
emap | init_errors [] |
This is a list of the supported error codes. |
typedef std::pair<keyfile::error_code,const char *> emap [static] |
Definition at line 34 of file sbuild-keyfile.cc.
lhs | the keyfile to add to. | |
rhs | the values to add. |
Definition at line 371 of file sbuild-keyfile.cc.
emap init_errors[] [static] |
This is a list of the supported error codes.
It's used to construct the real error codes map.
Definition at line 40 of file sbuild-keyfile.cc.