#include <config.h>
#include "sbuild-dirstream.h"
#include <cerrno>
#include <cstring>
Include dependency graph for sbuild-dirstream.cc:
Go to the source code of this file.
Typedefs | |
typedef std::pair< dirstream::error_code, const char * > | emap |
Functions | |
dirstream & | sbuild::operator>> (dirstream &stream, direntry &entry) |
The overloaded extraction operator. | |
Variables | |
emap | init_errors [] |
This is a list of the supported error codes. |
typedef std::pair<dirstream::error_code,const char *> emap [static] |
Definition at line 32 of file sbuild-dirstream.cc.
emap init_errors[] [static] |