#include <config.h>
#include "csbuild-debian-changes.h"
#include <fstream>
#include <boost/format.hpp>
Typedefs | |
typedef std::pair < debian_changes::error_code, const char * > | emap |
Functions | |
debian_changes | operator+ (debian_changes const &lhs, debian_changes const &rhs) |
Variables | |
emap | init_errors [] |
This is a list of the supported error codes. |
typedef std::pair<debian_changes::error_code,const char *> emap [static] |
debian_changes operator+ | ( | debian_changes const & | lhs, | |
debian_changes const & | rhs | |||
) |
lhs | the debian_changes 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.