#include <Basics.H>
#include <SRPC.H>
#include "FV.H"
#include "PrefixTbl.H"
#include "BitVector.H"
#include "CompactFV.H"
Go to the source code of this file.
Functions | |
CompactFV::List::List (const FV::List &names) throw (PrefixTbl::Overflow) | |
void | CompactFV::List::ToFVList (FV::ListApp &fvl) const throw () |
void | CompactFV::List::Write (ostream &ofs) const throw (FS::Failure) |
void | CompactFV::List::Read (istream &ifs) throw (FS::EndOfFile, FS::Failure) |
void | CompactFV::List::Send (SRPC &srpc) const throw (SRPC::failure) |
void | CompactFV::List::Recv (SRPC &srpc) throw (SRPC::failure) |
void | Indent (ostream &os, int indent) throw () |
void | CompactFV::List::Print (ostream &os, int indent) const throw () |
|
Definition at line 36 of file CompactFV.C. References NEW_PTRFREE_ARRAY. |
|
Definition at line 127 of file CompactFV.C. References Indent(). |
|
Definition at line 89 of file CompactFV.C. References NEW_PTRFREE_ARRAY, and FS::Read(). |
|
Definition at line 111 of file CompactFV.C. |
|
Definition at line 104 of file CompactFV.C. |
|
Definition at line 59 of file CompactFV.C. References NEW_PTRFREE_ARRAY. |
|
Definition at line 79 of file CompactFV.C. References FS::Write(). |
|
Definition at line 122 of file CompactFV.C. |