sbuild-mntstream.cc File Reference

#include <config.h>
#include "sbuild-mntstream.h"
#include <cerrno>
#include <cstring>

Include dependency graph for sbuild-mntstream.cc:


Typedefs

typedef std::pair
< mntstream::error_code, const
char * > 
emap

Functions

mntstreamsbuild::operator>> (mntstream &stream, mntstream::mntentry &entry)
 The overloaded extraction operator.

Variables

emap init_errors []
 This is a list of the supported error codes.

Typedef Documentation

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


Variable Documentation

emap init_errors[] [static]

Initial value:

    {
      
      emap(mntstream::MNT_OPEN,    N_("Failed to open mount file '%1%'")),
      
      emap(mntstream::MNT_READ,    N_("Failed to read mount file '%1%'"))
    }
This is a list of the supported error codes.

It's used to construct the real error codes map.


Generated on Sat Jul 5 11:59:33 2008 for sbuild by  doxygen 1.5.6