jigdo API
Last update by Admin on 2010-05-23
mkimage.hh File Reference
Create image from template / merge new files into image.tmp. More...
#include <config.h>
#include <iosfwd>
#include <queue>
#include <vector>
#include <typeinfo>
#include <bstream.hh>
#include <debug.hh>
#include <md5sum.hh>
#include <scan.hh>
#include <serialize.hh>
Go to the source code of this file.
Classes | |
struct | JigdoDescError |
Errors thrown by the JigdoDesc code. More... | |
class | JigdoDesc |
Entry in a DESC section of a jigdo template. More... | |
class | JigdoDesc::ImageInfo |
Information about the image file. More... | |
class | JigdoDesc::UnmatchedData |
Info about data that was not matched by any input file, i.e. More... | |
class | JigdoDesc::MatchedFile |
Info about data that *was* matched by an input file. More... | |
class | JigdoDesc::WrittenFile |
Like MatchedFile - used only in .tmp files to express that the file data was successfully written to the image. More... | |
class | JigdoDesc::ProgressReporter |
Class allowing JigdoDesc to convey information back to the caller. More... | |
class | JigdoDescVec |
Container for JidoDesc objects. More... | |
Functions | |
ostream & | operator<< (ostream &s, JigdoDesc &jd) |
void | swap (JigdoDescVec &x, JigdoDescVec &y) |
bistream & | operator>> (bistream &s, JigdoDescVec &v) throw (JigdoDescError, bad_alloc) |
bostream & | operator<< (bostream &s, JigdoDescVec &v) |
Detailed Description
Create image from template / merge new files into image.tmp.
Function Documentation
bostream& operator<< | ( | bostream & | s, | |
JigdoDescVec & | v | |||
) | [inline] |
References JigdoDescVec::put().
ostream& operator<< | ( | ostream & | s, | |
JigdoDesc & | jd | |||
) | [inline] |
References JigdoDesc::put().
bistream& operator>> | ( | bistream & | s, | |
JigdoDescVec & | v | |||
) | throw (JigdoDescError, bad_alloc) [inline] |
void swap | ( | JigdoDescVec & | x, | |
JigdoDescVec & | y | |||
) | [inline] |
Referenced by Error::Error(), ConfigFile::get(), JigdoDesc::listMissing(), and ConfigFile::split().
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
