#include <VestaLogSeq.H>
Public Member Functions | |
| VestaLogSeq (char *dir) throw () | |
| void | Open (int startVer=-1, bool readonly=false) throw (VestaLog::Error) | 
| RecoveryReader * | Next (int endVer=-1) throw (VestaLog::Error, FS::Failure) | 
| void | Close () throw () | 
Private Attributes | |
| VestaLog | vlog | 
| char * | dir | 
| bool | opened | 
| bool | readChkpt | 
| std::fstream * | chkptFS | 
| RecoveryReader * | rr | 
      
  | 
  
| 
 
 Definition at line 41 of file VestaLogSeq.H.  | 
  
      
  | 
  
| 
 
 Definition at line 79 of file VestaLogSeq.C. References chkptFS, VestaLog::close(), FS::Close(), opened, rr, and vlog. Referenced by CacheS::CleanCacheLog(), and Weeder::WeededPrefixes().  | 
  
      
  | 
  
| 
 
 Definition at line 42 of file VestaLogSeq.C. References FS::Close(), and NEW_CONSTR. Referenced by CacheS::CleanCacheLog(), and main().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 32 of file VestaLogSeq.C. Referenced by CacheS::CleanCacheLog(), main(), and Weeder::WeededPrefixes().  | 
  
      
  | 
  
| 
 
 Definition at line 73 of file VestaLogSeq.H. Referenced by Close().  | 
  
      
  | 
  
| 
 
 Definition at line 70 of file VestaLogSeq.H.  | 
  
      
  | 
  
| 
 
 Definition at line 71 of file VestaLogSeq.H. Referenced by Close().  | 
  
      
  | 
  
| 
 
 Definition at line 72 of file VestaLogSeq.H.  | 
  
      
  | 
  
| 
 
 Definition at line 74 of file VestaLogSeq.H. Referenced by Close().  | 
  
      
  | 
  
| 
 
 Definition at line 69 of file VestaLogSeq.H. Referenced by Close().  | 
  
 1.4.2