Public Member Functions | |
MultifileRecord (string name, Phase phase, int size, int status) | |
void | add_file_record (PT(FileRecord) fr) |
bool | file_exists (string fname) const |
string | get_file_name (int index) const |
int | get_num_files () const |
PT (FileRecord) get_file_record_named(string fname) const | |
void | write (ostream &out) const |
Public Attributes | |
FileRecords | _file_records |
HashVal | _hash |
string | _name |
PN_int32 | _num_files |
Phase | _phase |
int | _size |
int | _status |
Definition at line 150 of file downloadDb.h.