|
xrootd
|
#include <XrdXrootdFile.hh>

Public Member Functions | |
| int | Add (XrdXrootdFile *fp) |
| void | Del (int fnum) |
| XrdXrootdFile * | Get (int fnum) |
| XrdXrootdFileTable () | |
| ~XrdXrootdFileTable () | |
Private Attributes | |
| XrdXrootdFile * | FTab [XRD_FTABSIZE] |
| int | FTfree |
| XrdXrootdFile ** | XTab |
| int | XTnum |
| int | XTfree |
Static Private Attributes | |
| static const char * | TraceID = "FileTable" |
| XrdXrootdFileTable::XrdXrootdFileTable | ( | ) | [inline] |
| XrdXrootdFileTable::~XrdXrootdFileTable | ( | ) |
References Del(), FTab, XRD_FTABSIZE, XTab, and XTnum.
| int XrdXrootdFileTable::Add | ( | XrdXrootdFile * | fp | ) |
References FTab, FTfree, XRD_FTABSIZE, XTab, XTfree, and XTnum.
Referenced by XrdXrootdProtocol::do_Open().
| void XrdXrootdFileTable::Del | ( | int | fnum | ) |
References FTab, FTfree, XRD_FTABSIZE, XTab, XTfree, and XTnum.
Referenced by XrdXrootdProtocol::do_Close(), and ~XrdXrootdFileTable().
| XrdXrootdFile* XrdXrootdFileTable::Get | ( | int | fnum | ) | [inline] |
References FTab, XRD_FTABSIZE, XTab, and XTnum.
Referenced by XrdXrootdProtocol::do_Close(), XrdXrootdProtocol::do_Qfh(), XrdXrootdProtocol::do_Read(), XrdXrootdProtocol::do_ReadNone(), XrdXrootdProtocol::do_ReadV(), XrdXrootdProtocol::do_Sync(), XrdXrootdProtocol::do_Truncate(), and XrdXrootdProtocol::do_Write().
XrdXrootdFile* XrdXrootdFileTable::FTab[XRD_FTABSIZE] [private] |
Referenced by Add(), Del(), Get(), XrdXrootdFileTable(), and ~XrdXrootdFileTable().
int XrdXrootdFileTable::FTfree [private] |
Referenced by Add(), Del(), and XrdXrootdFileTable().
const char * XrdXrootdFileTable::TraceID = "FileTable" [static, private] |
XrdXrootdFile** XrdXrootdFileTable::XTab [private] |
Referenced by Add(), Del(), Get(), XrdXrootdFileTable(), and ~XrdXrootdFileTable().
int XrdXrootdFileTable::XTfree [private] |
Referenced by Add(), Del(), and XrdXrootdFileTable().
int XrdXrootdFileTable::XTnum [private] |
Referenced by Add(), Del(), Get(), XrdXrootdFileTable(), and ~XrdXrootdFileTable().
1.7.3