#include <FP.H>
Public Member Functions | |
List () throw () | |
List (int len) throw () | |
List (RecoveryReader &rd) throw (VestaLog::Error, VestaLog::Eof) | |
List (std::istream &ifs) throw (FS::EndOfFile, FS::Failure) | |
List (SRPC &srpc) throw (SRPC::failure) | |
int | Size () 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) |
void | Send (SRPC &srpc) const throw (SRPC::failure) |
void | Recv (SRPC &srpc) throw (SRPC::failure) |
void | Print (std::ostream &os, int indent) const throw () |
Public Attributes | |
FP::Tag * | fp |
int | len |
Private Member Functions | |
List (const List &) |
|
|
|
Definition at line 274 of file FP.H. References fp, len, and NEW_PTRFREE_ARRAY. |
|
Definition at line 279 of file FP.H. References Recover(). |
|
Definition at line 281 of file FP.H. References Read(). |
|
Definition at line 283 of file FP.H. References Recv(). |
|
|
|
|
|
Referenced by ExpCache::AddEntry(), and ExpCache::Lookup(). |
|
Referenced by List(). |
|
Referenced by List(). |
|
Referenced by List(). |
|
|
|
Definition at line 287 of file FP.H. References len. |
|
|
|
Definition at line 268 of file FP.H. Referenced by CallCache(), FreeNamesTags(), List(), NamesTagsPickle(), PrintTags(), and Tags(). |
|
Definition at line 269 of file FP.H. Referenced by ApplicationFromCache(), CallCache(), FreeNamesTags(), List(), ModelFromCache(), NamesTagsPickle(), NormalModelFromCache(), PrintTags(), RunToolFromCache(), Size(), and Tags(). |