#include <TesIO.h>
Collaboration diagram for Atlfast::TesIoStat:
Public Member Functions | |
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 66 of file TesIO.h.
Atlfast::TesIoStat::TesIoStat | ( | ) | [inline] |
Atlfast::TesIoStat::TesIoStat | ( | StatusCode | sc, | |
std::string | string | |||
) | [inline] |
Atlfast::TesIoStat::TesIoStat | ( | StatusCode | s | ) | [inline] |
StatusCode Atlfast::TesIoStat::status | ( | ) | const [inline] |
std::string Atlfast::TesIoStat::message | ( | ) | const [inline] |
bool Atlfast::TesIoStat::isValid | ( | ) | const [inline] |
bool Atlfast::TesIoStat::isNotValid | ( | ) | const [inline] |
bool Atlfast::TesIoStat::operator! | ( | ) | const [inline] |
Atlfast::TesIoStat::operator bool | ( | ) | const [inline] |
Atlfast::TesIoStat::operator StatusCode | ( | ) | const [inline] |
StatusCode Atlfast::TesIoStat::m_status [private] |
std::string Atlfast::TesIoStat::m_errMsg [private] |