#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 |
XrdSysError_Table::XrdSysError_Table | ( | int | base, | |
int | last, | |||
const char ** | text | |||
) | [inline] |
XrdSysError_Table::~XrdSysError_Table | ( | ) | [inline] |
char* XrdSysError_Table::Lookup | ( | int | mnum | ) | [inline] |
References base_msgnum, last_msgnum, and msg_text.
friend class XrdSysError [friend] |
int XrdSysError_Table::base_msgnum [private] |
Referenced by Lookup().
int XrdSysError_Table::last_msgnum [private] |
Referenced by Lookup().
const char** XrdSysError_Table::msg_text [private] |
Referenced by Lookup().
XrdSysError_Table* XrdSysError_Table::next [private] |
Referenced by XrdSysError::addTable().