#include <config.h>#include "csbuild-debian-changes.h"#include <fstream>#include <boost/format.hpp>Include dependency graph for csbuild-debian-changes.cc:

Go to the source code of this file.
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] |
Definition at line 36 of file csbuild-debian-changes.cc.
| debian_changes operator+ | ( | debian_changes const & | lhs, | |
| debian_changes const & | rhs | |||
| ) |
| lhs | the debian_changes to add to. | |
| rhs | the values to add. |
Definition at line 218 of file csbuild-debian-changes.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 42 of file csbuild-debian-changes.cc.
1.5.2