#include <FP.H>
Collaboration diagram for FP::List:

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 265 of file FP.H.
| FP::List::List | ( | int | len | ) | throw () [inline] |
| FP::List::List | ( | RecoveryReader & | rd | ) | throw (VestaLog::Error, VestaLog::Eof) [inline] |
| FP::List::List | ( | std::istream & | ifs | ) | throw (FS::EndOfFile, FS::Failure) [inline] |
| FP::List::List | ( | SRPC & | srpc | ) | throw (SRPC::failure) [inline] |
| FP::List::List | ( | const List & | ) | [private] |
| void FP::List::Log | ( | VestaLog & | log | ) | const throw (VestaLog::Error) |
| void FP::List::Recover | ( | RecoveryReader & | rd | ) | throw (VestaLog::Error, VestaLog::Eof) |
Definition at line 474 of file FP.C.
References NEW_PTRFREE_ARRAY.
Referenced by List().
Here is the caller graph for this function:

| void FP::List::Write | ( | std::ostream & | ofs | ) | const throw (FS::Failure) |
| void FP::List::Read | ( | std::istream & | ifs | ) | throw (FS::EndOfFile, FS::Failure) |
| void FP::List::Send | ( | SRPC & | srpc | ) | const throw (SRPC::failure) |
| void FP::List::Recv | ( | SRPC & | srpc | ) | throw (SRPC::failure) |
Definition at line 518 of file FP.C.
References NEW_PTRFREE_ARRAY.
Referenced by List().
Here is the caller graph for this function:

| void FP::List::Print | ( | std::ostream & | os, | |
| int | indent | |||
| ) | const throw () |
Referenced by ExpCache::AddEntry(), and ExpCache::Lookup().
Here is the caller graph for this function:

Definition at line 268 of file FP.H.
Referenced by CallCache(), FreeNamesTags(), List(), NamesTagsPickle(), PrintTags(), and Tags().
| int FP::List::len |
Definition at line 269 of file FP.H.
Referenced by ApplicationFromCache(), CallCache(), FreeNamesTags(), List(), ModelFromCache(), NamesTagsPickle(), NormalModelFromCache(), PrintTags(), RunToolFromCache(), CFPObj::Search(), Size(), and Tags().
1.5.1