#include <TesIO.h>
Collaboration diagram for Atlfast::TesIoStat:
Public Methods | |
TesIoStat () | |
TesIoStat (StatusCode sc, std::string string) | |
TesIoStat (StatusCode s) | |
StatusCode | status () const |
std::string | message () const |
bool | isValid () const |
bool | isNotValid () const |
bool | operator! () const |
operator bool () const | |
operator StatusCode () const | |
Private Attributes | |
StatusCode | m_status |
std::string | m_errMsg |
|
Definition at line 29 of file TesIO.h. References m_errMsg, and m_status.
|
|
Definition at line 30 of file TesIO.h. References m_errMsg, and m_status.
|
|
Definition at line 32 of file TesIO.h. References m_errMsg, and m_status.
|
|
Definition at line 34 of file TesIO.h. References m_status.
00034 {return m_status;} |
|
Definition at line 35 of file TesIO.h. References m_errMsg. Referenced by Atlfast::TesIO::copy().
00035 {return m_errMsg;} |
|
Definition at line 37 of file TesIO.h. References m_status. Referenced by isNotValid(), and operator bool().
00037 {return m_status.isSuccess();} |
|
Definition at line 38 of file TesIO.h. References isValid(). Referenced by operator!().
00038 {return !isValid();} |
|
Definition at line 39 of file TesIO.h. References isNotValid().
00039 {return isNotValid();} |
|
Definition at line 40 of file TesIO.h. References isValid().
00040 {return isValid();} |
|
Definition at line 41 of file TesIO.h. References m_status.
00041 {return m_status;} |
|
Definition at line 43 of file TesIO.h. Referenced by isValid(), operator StatusCode(), status(), and TesIoStat(). |
|
Definition at line 44 of file TesIO.h. Referenced by message(), and TesIoStat(). |