#include <XrdSysError.hh>
Definition at line 46 of file XrdSysError.hh.
◆ XrdSysError_Table_Errno()
| XrdSysError_Table_Errno::XrdSysError_Table_Errno |
( |
int | base, |
|
|
int | last, |
|
|
const int * | codes ) |
|
inline |
Definition at line 55 of file XrdSysError.hh.
56 : next(0),
57 base_msgnum(base),
58 last_msgnum(last),
59 translations(codes) {}
◆ ~XrdSysError_Table_Errno()
| XrdSysError_Table_Errno::~XrdSysError_Table_Errno |
( |
| ) |
|
|
inline |
◆ Lookup()
| int XrdSysError_Table_Errno::Lookup |
( |
int | mnum | ) |
|
|
inline |
◆ XrdSysError
The documentation for this class was generated from the following file: