#include <GaudiKernel/IFileMgr.h>
Definition at line 199 of file IFileMgr.h.
Io::FileAttr::FileAttr |
( |
| ) |
|
|
inline |
Io::FileAttr::FileAttr |
( |
Fd |
f, |
|
|
const std::string & |
n, |
|
|
const std::string & |
d, |
|
|
IoTech |
t, |
|
|
IoFlags |
fa, |
|
|
void * |
p, |
|
|
bool |
o, |
|
|
bool |
s = false |
|
) |
| |
|
inline |
const std::string& Io::FileAttr::desc |
( |
| ) |
const |
|
inline |
void Io::FileAttr::desc |
( |
const std::string & |
d | ) |
|
|
inline |
Fd Io::FileAttr::fd |
( |
| ) |
const |
|
inline |
void Io::FileAttr::fd |
( |
Fd |
f | ) |
|
|
inline |
IoFlags Io::FileAttr::flags |
( |
| ) |
const |
|
inline |
void Io::FileAttr::flags |
( |
const IoFlags & |
f | ) |
|
|
inline |
void* Io::FileAttr::fptr |
( |
| ) |
const |
|
inline |
void Io::FileAttr::fptr |
( |
void * |
v | ) |
|
|
inline |
IoFlags Io::FileAttr::iflags |
( |
| ) |
const |
|
inline |
void Io::FileAttr::iflags |
( |
const IoFlags & |
f | ) |
|
|
inline |
bool Io::FileAttr::isOpen |
( |
| ) |
const |
|
inline |
void Io::FileAttr::isOpen |
( |
bool |
b | ) |
|
|
inline |
bool Io::FileAttr::isShared |
( |
| ) |
const |
|
inline |
void Io::FileAttr::isShared |
( |
bool |
s | ) |
|
|
inline |
const std::string& Io::FileAttr::name |
( |
| ) |
const |
|
inline |
void Io::FileAttr::name |
( |
const std::string & |
n | ) |
|
|
inline |
bool Io::FileAttr::operator< |
( |
const FileAttr & |
rhs | ) |
const |
|
inline |
bool Io::FileAttr::operator== |
( |
const FileAttr & |
fa | ) |
const |
|
inline |
IoTech Io::FileAttr::tech |
( |
| ) |
const |
|
inline |
void Io::FileAttr::tech |
( |
const IoTech & |
t | ) |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const FileAttr & |
fa |
|
) |
| |
|
friend |
Definition at line 231 of file IFileMgr.h.
232 os <<
"name: \"" << fa.name() <<
"\" tech: " << fa.tech()
233 <<
" desc: " << fa.desc()
234 <<
" flags: " << IoFlagName(fa.flags())
235 <<
" i_flags: " << IoFlagName(fa.iflags())
236 <<
" Fd: " << fa.fd() <<
" ptr: " << fa.fptr()
237 << (fa.isOpen() ?
" [o]" :
" [c]" )
238 << (fa.isShared() ?
" [s]" :
" [u]" );
std::string Io::FileAttr::m_desc |
|
private |
void* Io::FileAttr::m_fptr |
|
private |
bool Io::FileAttr::m_isOpen |
|
private |
std::string Io::FileAttr::m_name |
|
private |
bool Io::FileAttr::m_shared |
|
private |
The documentation for this class was generated from the following file: