#include <Model.H>
Public Types | |
typedef ShortId | T |
Static Public Member Functions | |
static void | Log (T model, VestaLog &log) throw (VestaLog::Error) |
static void | Recover (T &model, RecoveryReader &rd) throw (VestaLog::Error, VestaLog::Eof) |
static void | Write (T model, std::ostream &ofs) throw (FS::Failure) |
static void | Read (T &model, std::istream &ifs) throw (FS::EndOfFile, FS::Failure) |
static void | Send (T model, SRPC &srpc) throw (SRPC::failure) |
static T | Recv (SRPC &srpc) throw (SRPC::failure) |
|
|
|
Definition at line 41 of file Model.H. Referenced by CE::T::Log(), CacheLog::Entry::Log(), GraphLog::Root::Log(), and GraphLog::Node::Log(). |
|
Definition at line 50 of file Model.H. References FS::Read(). Referenced by CE::T::Read(), PkgBuild::Read(), GraphLog::Root::Read(), and GraphLog::Node::Read(). |
|
Definition at line 43 of file Model.H. Referenced by CE::T::Recover(), CacheLog::Entry::Recover(), GraphLog::Root::Recover(), and GraphLog::Node::Recover(). |
|
Definition at line 57 of file Model.H. Referenced by ExpCache::AddEntry(), and ExpCache::Checkpoint(). |
|
Definition at line 55 of file Model.H. Referenced by CacheC::AddEntry(), and CacheC::Checkpoint(). |
|
Definition at line 48 of file Model.H. References FS::Write(). Referenced by CE::T::Write(), PkgBuild::Write(), CacheLog::Entry::Write(), GraphLog::Root::Write(), and GraphLog::Node::Write(). |