sbuild-keyfile.cc File Reference

#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 Documentation

typedef std::pair<keyfile::error_code,const char *> emap [static]

Definition at line 34 of file sbuild-keyfile.cc.


Function Documentation

keyfile operator+ ( keyfile const &  lhs,
keyfile const &  rhs 
)

Parameters:
lhs the keyfile to add to.
rhs the values to add.
Returns:
the new keyfile.

Definition at line 371 of file sbuild-keyfile.cc.


Variable Documentation

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.


Generated on Sat Jan 27 16:11:47 2007 for schroot by  doxygen 1.5.1