#include <GaudiKernel/IFileMgr.h>
Definition at line 39 of file IFileMgr.h.
Io::IoFlags::IoFlags |
( |
int |
i | ) |
|
|
inline |
Definition at line 67 of file IFileMgr.h.
70 const int SHIFT = 8 *
sizeof( int ) - 1;
71 const unsigned MASK = 1 << SHIFT;
73 for (
int i = 1; i <= SHIFT + 1; ++i ) {
74 s += (
f & MASK ?
'1' :
'0' );
76 if ( i % 8 == 0 ) s +=
' ';
int Io::IoFlags::f |
( |
| ) |
const |
|
inline |
bool Io::IoFlags::isInvalid |
( |
| ) |
const |
|
inline |
bool Io::IoFlags::isRdWr |
( |
| ) |
const |
|
inline |
bool Io::IoFlags::isRead |
( |
| ) |
const |
|
inline |
bool Io::IoFlags::isWrite |
( |
| ) |
const |
|
inline |
bool Io::IoFlags::match |
( |
const IoFlags & |
fa, |
|
|
bool |
strict = true |
|
) |
| const |
|
inline |
Definition at line 59 of file IFileMgr.h.
64 return ( (
_f&3) == (fa&3) );
Io::IoFlags::operator int |
( |
| ) |
const |
|
inline |
bool Io::IoFlags::operator== |
( |
const IoFlags & |
fa | ) |
const |
|
inline |
Definition at line 46 of file IFileMgr.h.
46 {
return (
_f == fa.f() ); }
bool Io::IoFlags::operator== |
( |
const int & |
fa | ) |
const |
|
inline |
Definition at line 49 of file IFileMgr.h.
49 {
return (
_f | fa.f()); }
IoFlags Io::IoFlags::operator| |
( |
const int & |
fa | ) |
const |
|
inline |
The documentation for this class was generated from the following file: