#include <config.h>
#include "sbuild-keyfile.h"
#include <fstream>
#include <boost/format.hpp>
Include dependency graph for sbuild-keyfile.cc:
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] |
lhs | the keyfile to add to. | |
rhs | the values to add. |
emap init_errors[] [static] |
This is a list of the supported error codes.
It's used to construct the real error codes map.