#include <FV.H>
Inheritance diagram for FV::ListApp:

Public Member Functions | |
| ListApp () throw () | |
| ListApp (int sizeHint) throw () | |
| ListApp (RecoveryReader &rd) throw (VestaLog::Error, VestaLog::Eof) | |
| ListApp (std::istream &ifs) throw (FS::EndOfFile, FS::Failure) | |
| void | Reset () throw () |
| void | Grow (int sizeHint) throw () |
| int | Append (const FV::T &s) throw () |
| void | Pack (const BitVector &packMask) throw () |
| void | Pack (const BitVector *packMask) throw () |
| void | Recover (RecoveryReader &rd) throw (VestaLog::Error, VestaLog::Eof) |
| void | Read (std::istream &ifs) throw (FS::EndOfFile, FS::Failure) |
Private Member Functions | |
| ListApp (const ListApp &) | |
Private Attributes | |
| int | maxLen |
|
|
|
|
|
Definition at line 126 of file FV.H. References FV::List::name, and NEW_ARRAY. |
|
|
Definition at line 130 of file FV.H. References FV::List::Recover(). |
|
|
Definition at line 132 of file FV.H. References FV::List::Read(). |
|
|
|
|
|
Referenced by main(). |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from FV::List. Definition at line 164 of file FV.H. References FV::List::len, and VestaSourceSRPC::Read. |
|
|
Reimplemented from FV::List. Definition at line 156 of file FV.H. References FV::List::len, and Recover(). |
|
|
Definition at line 135 of file FV.H. References FV::List::len. |
|
|
|
1.4.2