#include <Record.h>
Inheritance diagram for Record:

Public Methods | |
| Record (int n) | |
| ~Record () | |
| 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. More... | |
| int | get_size () | 
| return Size of the record. More... | |
| void | clear_record_buf () | 
| clear the reading buffer. More... | |
| bool | good () | 
| bool | eof () | 
Protected Methods | |
| virtual void | preprocess () | 
| virtual void | postprocess () | 
| virtual void | read_entry ()=0 | 
      
  | 
  
| 
 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 clear the reading buffer. 
  | 
  
      
  | 
  
| 
 
 
  | 
  
      
  | 
  
| 
 get file name. 
  | 
  
      
  | 
  
| 
 
 
 
  | 
  
      
  | 
  
| 
 return Size of the record. 
  | 
  
      
  | 
  
| 
 
 
  | 
  
      
  | 
  
| 
 
 
 Reimplemented in Paired.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 
  | 
  
      
  | 
  
| 
 
 Reimplemented in TFfile.  | 
  
      
  | 
  
| 
 
 
 
  | 
  
1.2.7 written by Dimitri van Heesch,
 © 1997-2001