#include <XrdSysError.hh>
Public Member Functions | |
char * | Lookup (int mnum) |
XrdSysError_Table (int base, int last, const char **text) | |
~XrdSysError_Table () | |
Private Attributes | |
XrdSysError_Table * | next |
int | base_msgnum |
int | last_msgnum |
const char ** | msg_text |
Friends | |
class | XrdSysError |
Definition at line 28 of file XrdSysError.hh.
XrdSysError_Table::XrdSysError_Table | ( | int | base, | |
int | last, | |||
const char ** | text | |||
) | [inline] |
Definition at line 37 of file XrdSysError.hh.
XrdSysError_Table::~XrdSysError_Table | ( | ) | [inline] |
Definition at line 42 of file XrdSysError.hh.
char* XrdSysError_Table::Lookup | ( | int | mnum | ) | [inline] |
Definition at line 33 of file XrdSysError.hh.
References base_msgnum, last_msgnum, and msg_text.
Referenced by XrdSysError::ec2text().
friend class XrdSysError [friend] |
Definition at line 31 of file XrdSysError.hh.
XrdSysError_Table* XrdSysError_Table::next [private] |
Definition at line 45 of file XrdSysError.hh.
Referenced by XrdSysError::addTable(), and XrdSysError::ec2text().
int XrdSysError_Table::base_msgnum [private] |
int XrdSysError_Table::last_msgnum [private] |
const char** XrdSysError_Table::msg_text [private] |