#include <IFileMgr.h>
Definition at line 39 of file IFileMgr.h.
| Io::IoFlags::IoFlags |
( |
int |
i | ) |
|
|
inline |
Definition at line 67 of file IFileMgr.h.
{
const int SHIFT = 8 *
sizeof(
int ) - 1;
const unsigned MASK = 1 << SHIFT;
for (
int i = 1;
i <= SHIFT + 1;
i++ ) {
s += (
f & MASK ?
'1' :
'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.
{
if ( strict ) {
}
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.
{
return (
_f == fa.f() ); }
| bool Io::IoFlags::operator== |
( |
const int & |
fa | ) |
const |
|
inline |
| IoFlags Io::IoFlags::operator| |
( |
const int & |
fa | ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v24r2/GaudiKernel/GaudiKernel/IFileMgr.h