#include <XrdSysError.hh>
Definition at line 73 of file XrdSysError.hh.
◆ XrdSysError_Table()
| XrdSysError_Table::XrdSysError_Table |
( |
int | base, |
|
|
int | last, |
|
|
const char ** | text ) |
|
inline |
Definition at line 82 of file XrdSysError.hh.
83 : next(0),
84 base_msgnum(base),
85 last_msgnum(last),
86 msg_text(text) {}
◆ ~XrdSysError_Table()
| XrdSysError_Table::~XrdSysError_Table |
( |
| ) |
|
|
inline |
◆ Lookup()
| char * XrdSysError_Table::Lookup |
( |
int | mnum | ) |
|
|
inline |
◆ XrdSysError
The documentation for this class was generated from the following file: