#include <PkgBuild.H>
Public Member Functions | |
PkgBuild () throw () | |
PkgBuild (const FP::Tag &pkgDirFP, Model::T modelShortId) throw () | |
PkgBuild (std::istream &ifs) throw (FS::EndOfFile, FS::Failure) | |
Word | Hash () const throw () |
PkgBuild & | operator= (const PkgBuild &pkg) throw () |
void | Write (std::ostream &ofs) const throw (FS::Failure) |
void | Read (std::istream &ifs) throw (FS::EndOfFile, FS::Failure) |
void | Print (std::ostream &os, int indent=0) const throw () |
Public Attributes | |
FP::Tag | pkgDirFP |
Model::T | modelShortId |
Friends | |
bool | operator== (const PkgBuild &pkg1, const PkgBuild &pkg2) throw () |
|
Definition at line 42 of file PkgBuild.H. |
|
Definition at line 43 of file PkgBuild.H. |
|
Definition at line 45 of file PkgBuild.H. References Read(). |
|
Definition at line 40 of file PkgBuild.C. References FP::Tag::Hash(), modelShortId, and pkgDirFP. |
|
Definition at line 47 of file PkgBuild.C. |
|
Definition at line 66 of file PkgBuild.C. Referenced by RootTbl::Print(). |
|
Definition at line 60 of file PkgBuild.C. References Model::Read(). Referenced by PkgBuild(). |
|
Definition at line 34 of file PkgBuild.C. References Model::Write(). Referenced by RootTbl::Write(). |
|
Definition at line 54 of file PkgBuild.C. |
|
Definition at line 39 of file PkgBuild.H. Referenced by Hash(). |
|
Definition at line 38 of file PkgBuild.H. Referenced by Hash(). |