#include <XrdSysError.hh>
Definition at line 45 of file XrdSysError.hh.
◆ XrdSysError_Table()
XrdSysError_Table::XrdSysError_Table |
( |
int | base, |
|
|
int | last, |
|
|
const char ** | text ) |
|
inline |
Definition at line 54 of file XrdSysError.hh.
55 : next(0),
56 base_msgnum(base),
57 last_msgnum(last),
58 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: