#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/IFileMgr.h>
Definition at line 50 of file IFileMgr.h.
 
◆ IoFlags() [1/2]
◆ IoFlags() [2/2]
  
  | 
        
          | Io::IoFlags::IoFlags | ( | int | i | ) |  |  | inline | 
 
 
◆ bits()
Definition at line 76 of file IFileMgr.h.
   79       const int      SHIFT = 8 * 
sizeof( int ) - 1;
 
   80       const unsigned MASK  = 1 << SHIFT;
 
   82       for ( 
int i = 1; i <= SHIFT + 1; ++i ) {
 
   83         s += ( 
f & MASK ? 
'1' : 
'0' );
 
   85         if ( i % 8 == 0 ) 
s += 
' ';
 
 
 
 
◆ f()
  
  | 
        
          | int Io::IoFlags::f | ( |  | ) | const |  | inline | 
 
 
◆ isInvalid()
  
  | 
        
          | bool Io::IoFlags::isInvalid | ( |  | ) | const |  | inline | 
 
 
◆ isRdWr()
  
  | 
        
          | bool Io::IoFlags::isRdWr | ( |  | ) | const |  | inline | 
 
 
◆ isRead()
  
  | 
        
          | bool Io::IoFlags::isRead | ( |  | ) | const |  | inline | 
 
 
◆ isWrite()
  
  | 
        
          | bool Io::IoFlags::isWrite | ( |  | ) | const |  | inline | 
 
 
◆ match()
  
  | 
        
          | bool Io::IoFlags::match | ( | const IoFlags & | fa, |  
          |  |  | bool | strict = true |  
          |  | ) |  | const |  | inline | 
 
Definition at line 70 of file IFileMgr.h.
   71       if ( strict ) { 
return ( 
_f == fa ); }
 
   73       return ( ( 
_f & 3 ) == ( fa & 3 ) );
 
 
 
 
◆ operator int()
  
  | 
        
          | Io::IoFlags::operator int | ( |  | ) | const |  | inline | 
 
 
◆ operator==() [1/2]
  
  | 
        
          | bool Io::IoFlags::operator== | ( | const int & | fa | ) | const |  | inline | 
 
 
◆ operator==() [2/2]
  
  | 
        
          | bool Io::IoFlags::operator== | ( | const IoFlags & | fa | ) | const |  | inline | 
 
Definition at line 57 of file IFileMgr.h.
   57 { 
return ( 
_f == fa.f() ); }
 
 
 
◆ operator|() [1/2]
  
  | 
        
          | IoFlags Io::IoFlags::operator| | ( | const int & | fa | ) | const |  | inline | 
 
 
◆ operator|() [2/2]
Definition at line 60 of file IFileMgr.h.
   60 { 
return ( 
_f | fa.f() ); }
 
 
 
◆ _f
The documentation for this class was generated from the following file: