#include <FV.H>
Inheritance diagram for FV::List:
Public Member Functions | |
List () throw () | |
List (int size) throw () | |
List (SRPC &srpc) throw (SRPC::failure) | |
List (RecoveryReader &rd) throw (VestaLog::Error, VestaLog::Eof) | |
List (std::istream &ifs) throw (FS::EndOfFile, FS::Failure) | |
void | Copy (const List &l) throw () |
int | CheapSize () const throw () |
int | Size () const throw () |
void | Send (SRPC &srpc) const throw (SRPC::failure, PrefixTbl::Overflow) |
void | Recv (SRPC &srpc) throw (SRPC::failure) |
void | Print (std::ostream &os, int indent, const BitVector *bv=(BitVector *) NULL) const throw () |
void | Log (VestaLog &log) const throw (VestaLog::Error) |
void | Recover (RecoveryReader &rd) throw (VestaLog::Error, VestaLog::Eof) |
void | Write (std::ostream &ofs) const throw (FS::Failure) |
void | Read (std::istream &ifs) throw (FS::EndOfFile, FS::Failure) |
Public Attributes | |
FV::T * | name |
Basics::int32 | len |
Private Member Functions | |
List (const List &) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const List &names) throw () |
|
|
|
|
|
Definition at line 74 of file FV.H. References Recv(). |
|
Definition at line 75 of file FV.H. References Recover(). |
|
Definition at line 77 of file FV.H. References Read(). |
|
|
|
Definition at line 85 of file FV.H. Referenced by FV::List::Size(). |
|
|
|
|
|
Referenced by ExpCache::AddEntry(). |
|
Reimplemented in FV::ListApp. Referenced by List(), and FV::ListApp::ListApp(). |
|
Reimplemented in FV::ListApp. Referenced by List(), and FV::ListApp::ListApp(). |
|
Referenced by List(). |
|
|
|
|
|
|
|
|
|
Definition at line 70 of file FV.H. Referenced by CheapSize(), SPKFile::CheckPoint(), FV::List::Size(), FV::ListApp::Read(), FV::ListApp::Recover(), FV::ListApp::Reset(), and PKFileObj::Search(). |
|
Definition at line 69 of file FV.H. Referenced by CheapSize(), FV::List::Size(), FV::ListApp::ListApp(), and PKFileObj::Search(). |