|
xrootd
|
#include <XrdOucErrInfo.hh>
Public Member Functions | |
| void | clear (const char *usr=0) |
| XrdOucEI & | operator= (const XrdOucEI &rhs) |
| XrdOucEI (const char *usr) | |
Public Attributes | |
| const char * | user |
| int | code |
| char | message [Max_Error_Len] |
Static Public Attributes | |
| static const size_t | Max_Error_Len = 2048 |
| XrdOucEI::XrdOucEI | ( | const char * | usr | ) | [inline] |
References clear().
| void XrdOucEI::clear | ( | const char * | usr = 0 | ) | [inline] |
References code, message, and user.
Referenced by XrdOucErrInfo::clear(), and XrdOucEI().
| int XrdOucEI::code |
const size_t XrdOucEI::Max_Error_Len = 2048 [static] |
Referenced by clear(), XrdOucErrInfo::getErrText(), XrdOucErrInfo::getMsgBuff(), operator=(), and XrdOucErrInfo::setErrInfo().
| const char* XrdOucEI::user |
Referenced by clear(), XrdOucErrInfo::getErrUser(), operator=(), and XrdOucErrInfo::setErrUser().
1.7.3