#include <config.h>
#include "sbuild-mntstream.h"
#include <cerrno>
#include <cstring>
Typedefs | |
typedef std::pair < mntstream::error_code, const char * > | emap |
Functions | |
mntstream & | sbuild::operator>> (mntstream &stream, mntstream::mntentry &entry) |
The overloaded extraction operator. | |
Variables | |
emap | init_errors [] |
This is a list of the supported error codes. |
typedef std::pair<mntstream::error_code,const char *> emap [static] |
emap init_errors[] [static] |