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

Public Member Functions | |
| List () throw () | |
| List (const FV::List &names) throw (PrefixTbl::Overflow) | |
| List (SRPC &srpc) throw (SRPC::failure) | |
| List (std::ifstream &ifs) throw (FS::Failure, FS::EndOfFile) | |
| void | ToFVList (FV::ListApp &fvl) const throw () |
| void | Write (std::ostream &ofs) const throw (FS::Failure) |
| void | Read (std::istream &ifs) throw (FS::EndOfFile, FS::Failure) |
| void | Send (SRPC &sprc) const throw (SRPC::failure) |
| void | Recv (SRPC &sprc) throw (SRPC::failure) |
| void | Print (std::ostream &os, int indent) const throw () |
Public Attributes | |
| PrefixTbl | tbl |
| Basics::uint16 | num |
| Basics::uint16 * | idx |
| char * | types |
Definition at line 39 of file CompactFV.H.
| CompactFV::List::List | ( | ) | throw () [inline] |
Definition at line 47 of file CompactFV.H.
| CompactFV::List::List | ( | const FV::List & | names | ) | throw (PrefixTbl::Overflow) |
| CompactFV::List::List | ( | SRPC & | srpc | ) | throw (SRPC::failure) [inline] |
Definition at line 52 of file CompactFV.H.
References Recv().
Here is the call graph for this function:

| CompactFV::List::List | ( | std::ifstream & | ifs | ) | throw (FS::Failure, FS::EndOfFile) [inline] |
Definition at line 54 of file CompactFV.H.
References Read().
Here is the call graph for this function:

| void CompactFV::List::ToFVList | ( | FV::ListApp & | fvl | ) | const throw () |
| void CompactFV::List::Write | ( | std::ostream & | ofs | ) | const throw (FS::Failure) |
| void CompactFV::List::Read | ( | std::istream & | ifs | ) | throw (FS::EndOfFile, FS::Failure) |
| void CompactFV::List::Send | ( | SRPC & | sprc | ) | const throw (SRPC::failure) |
Definition at line 103 of file CompactFV.C.
Referenced by FV::List::Send().
Here is the caller graph for this function:

| void CompactFV::List::Recv | ( | SRPC & | sprc | ) | throw (SRPC::failure) |
Definition at line 110 of file CompactFV.C.
Referenced by List().
Here is the caller graph for this function:

| void CompactFV::List::Print | ( | std::ostream & | os, | |
| int | indent | |||
| ) | const throw () |
| char* CompactFV::List::types |
1.5.1