#include <config.h>
#include <iosfwd>
#include <string>
#include <jigdoconfig.hh>
#include <scan.hh>
#include <md5sum.hh>
#include <mkimage.hh>
#include <mktemplate.hh>
Go to the source code of this file.
Classes | |
| struct | AnyReporter |
| class for "pointer to any *Reporter class", with disambiguation members More... | |
| class | JigdoFileCmd |
| Class providing functionality only to jigdo-file.cc. More... | |
Functions | |
| const string & | binName () |
| Convenience function: Return name of executable, for printing in error messages etc. | |
| void | exit_tryHelp () |
| Prints "jigdo-file: Try `jigdo-file --help' or `man jigdo-file' for more information", then throws Cleanup(3). | |
To be used only by main() in jigdo-file.cc
| const string& binName | ( | ) | [inline] |
Convenience function: Return name of executable, for printing in error messages etc.
Referenced by openForInput(), openForOutput(), outOfMemory(), printUsage(), scanMemSize(), scanTimespan(), and willOutputTo().
| void exit_tryHelp | ( | ) |
Prints "jigdo-file: Try `jigdo-file --help' or `man jigdo-file' for more information", then throws Cleanup(3).
References _, JigdoFileCmd::binName, and subst.
1.5.6