#include <config.h>#include <fstream>#include <memory>#include <sys/types.h>#include <sys/stat.h>#include <unistd-jigdo.h>#include <errno.h>#include <compat.hh>#include <debug.hh>#include <jigdo-file-cmd.hh>#include <mimestream.hh>#include <recursedir.hh>#include <string.hh>Functions | |
| istream * | openForInput (istream *&dest, const string &name) throw (Cleanup) |
| int | willOutputTo (const string &name, bool optForce, bool errorMessage=true) |
| ostream * | openForOutput (ostream *&dest, const string &name) throw (Cleanup) |
| istream* @26::openForInput | ( | istream *& | dest, | |
| const string & | name | |||
| ) | throw (Cleanup) [static] |
| ostream* @26::openForOutput | ( | ostream *& | dest, | |
| const string & | name | |||
| ) | throw (Cleanup) [static] |
| int @26::willOutputTo | ( | const string & | name, | |
| bool | optForce, | |||
| bool | errorMessage = true | |||
| ) | [static] |
1.5.6