The JAbstractFile class encapsulates the c-style file descriptor.  
 More...
#include <JAbstractFile.hh>
The JAbstractFile class encapsulates the c-style file descriptor. 
Definition at line 22 of file JAbstractFile.hh.
 
  
  
      
        
          | JLANG::JAbstractFile::JAbstractFile  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 33 of file JAbstractFile.hh.
static const int FILE_CLOSED
 
 
 
 
  
  
      
        
          | JLANG::JAbstractFile::JAbstractFile  | 
          ( | 
          const int  | 
          file | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 43 of file JAbstractFile.hh.
then usage $script< string identifier >< detectorfile > event file(toashort file)+" "\nNote that the event files and toashort files should be one-to-one related." fi if (( $
 
 
 
 
  
  
      
        
          | JLANG::JAbstractFile::JAbstractFile  | 
          ( | 
          FILE *  | 
          stream | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool JLANG::JAbstractFile::less  | 
          ( | 
          const JAbstractFile &  | 
          file | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Less than operation. 
- Parameters
 - 
  
  
 
- Returns
 - true if this file descriptor is less; else false 
 
Definition at line 64 of file JAbstractFile.hh.
int getFileDescriptor() const 
Get file descriptor. 
 
 
 
 
  
  
      
        
          | int JLANG::JAbstractFile::getFileDescriptor  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get file descriptor. 
- Returns
 - file descriptor 
 
Definition at line 75 of file JAbstractFile.hh.
 
 
  
  
      
        
          | bool JLANG::JAbstractFile::is_open  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get open status. 
Definition at line 84 of file JAbstractFile.hh.
static const int FILE_CLOSED
 
 
 
 
  
  
      
        
          | const int JLANG::JAbstractFile::FILE_CLOSED = -1 | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | int JLANG::JAbstractFile::fileDescriptor | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: