Inheritance diagram for Record:
Public Methods | |
Record (int n) | |
bool | open (const string &filename) |
bool | readline (string &line) |
void | put_ith (int i, const string &v) |
string | get_ith (int i) |
string | get_filename () |
get file name | |
int | get_size () |
return Size of the record. | |
void | clear_record_buf () |
clear the read buffer | |
bool | good () |
bool | eof () |
|
|
|
|
|
|
|
|
|
Reimplemented in Paired. |
|
|
|
|
![]() |