|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
#include <IFileMgr.h>

Public Member Functions | |
| FileAttr () | |
| FileAttr (Fd f, const std::string &n, const std::string &d, IoTech t, IoFlags fa, void *p, bool o, bool s=false) | |
| Fd | fd () const |
| const std::string & | name () const |
| const std::string & | desc () const |
| IoTech | tech () const |
| IoFlags | flags () const |
| IoFlags | iflags () const |
| void * | fptr () const |
| bool | isOpen () const |
| bool | isShared () const |
| void | fd (Fd f) |
| void | name (const std::string &n) |
| void | desc (const std::string &d) |
| void | tech (const IoTech &t) |
| void | flags (const IoFlags &f) |
| void | iflags (const IoFlags &f) |
| void | fptr (void *v) |
| void | isOpen (bool b) |
| void | isShared (bool s) |
| bool | operator== (const FileAttr &fa) const |
| bool | operator< (const FileAttr &rhs) const |
Private Attributes | |
| Fd | m_fd |
| std::string | m_name |
| std::string | m_desc |
| IoTech | m_tech |
| IoFlags | m_flags |
| IoFlags | m_iflags |
| void * | m_fptr |
| bool | m_isOpen |
| bool | m_shared |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const FileAttr &fa) |
Definition at line 199 of file IFileMgr.h.
|
inline |
|
inline |
Definition at line 211 of file IFileMgr.h.
|
inline |
Definition at line 222 of file IFileMgr.h.
|
inline |
Definition at line 209 of file IFileMgr.h.
|
inline |
Definition at line 220 of file IFileMgr.h.
|
inline |
Definition at line 213 of file IFileMgr.h.
|
inline |
Definition at line 224 of file IFileMgr.h.
|
inline |
Definition at line 215 of file IFileMgr.h.
|
inline |
Definition at line 226 of file IFileMgr.h.
|
inline |
Definition at line 214 of file IFileMgr.h.
|
inline |
Definition at line 225 of file IFileMgr.h.
|
inline |
Definition at line 216 of file IFileMgr.h.
|
inline |
Definition at line 227 of file IFileMgr.h.
|
inline |
Definition at line 217 of file IFileMgr.h.
|
inline |
Definition at line 228 of file IFileMgr.h.
|
inline |
Definition at line 210 of file IFileMgr.h.
|
inline |
Definition at line 221 of file IFileMgr.h.
|
inline |
Definition at line 249 of file IFileMgr.h.
|
inline |
|
inline |
Definition at line 212 of file IFileMgr.h.
|
inline |
Definition at line 223 of file IFileMgr.h.
|
friend |
Definition at line 231 of file IFileMgr.h.
|
private |
Definition at line 261 of file IFileMgr.h.
|
private |
Definition at line 259 of file IFileMgr.h.
|
private |
Definition at line 263 of file IFileMgr.h.
|
private |
Definition at line 265 of file IFileMgr.h.
|
private |
Definition at line 264 of file IFileMgr.h.
|
private |
Definition at line 266 of file IFileMgr.h.
|
private |
Definition at line 260 of file IFileMgr.h.
|
private |
Definition at line 267 of file IFileMgr.h.
|
private |
Definition at line 262 of file IFileMgr.h.