#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 |
Definition at line 25 of file XrdOucErrInfo.hh.
| XrdOucEI::XrdOucEI | ( | const char * | usr | ) | [inline] |
| void XrdOucEI::clear | ( | const char * | usr = 0 |
) | [inline] |
Definition at line 33 of file XrdOucErrInfo.hh.
Referenced by XrdOucErrInfo::clear(), and XrdOucEI().
const size_t XrdOucEI::Max_Error_Len = 2048 [static] |
Definition at line 27 of file XrdOucErrInfo.hh.
| const char* XrdOucEI::user |
Definition at line 29 of file XrdOucErrInfo.hh.
Referenced by clear(), XrdOucErrInfo::getErrUser(), operator=(), and XrdOucErrInfo::setErrUser().
| int XrdOucEI::code |
Definition at line 30 of file XrdOucErrInfo.hh.
Referenced by XrdOucErrInfo::getErrInfo(), XrdOucErrInfo::getErrText(), operator=(), XrdOucErrInfo::setErrCode(), and XrdOucErrInfo::setErrInfo().
Definition at line 31 of file XrdOucErrInfo.hh.
Referenced by clear(), XrdOucErrInfo::getErrText(), XrdOucErrInfo::getMsgBuff(), operator=(), and XrdOucErrInfo::setErrInfo().
1.5.1