|
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 XrdOucEI(), and XrdOucErrInfo::clear().
| int XrdOucEI::code |
const size_t XrdOucEI::Max_Error_Len = 2048 [static] |
Referenced by clear(), operator=(), XrdOucErrInfo::setErrInfo(), XrdOucErrInfo::getMsgBuff(), and XrdOucErrInfo::getErrText().
| const char* XrdOucEI::user |
Referenced by clear(), operator=(), XrdOucErrInfo::setErrUser(), and XrdOucErrInfo::getErrUser().
1.7.5