TuttleOFX
1
|
thrown when a suite returns a failure status code More...
#include <ofxsCore.h>
Public Member Functions | |
Suite (OfxStatus s) | |
Suite (OfxStatus s, const std::string &what) | |
OfxStatus | status (void) |
operator OfxStatus () | |
Protected Attributes | |
OfxStatus | _status |
thrown when a suite returns a failure status code
Definition at line 234 of file ofxsCore.h.
OFX::Exception::Suite::Suite | ( | OfxStatus | s | ) | [inline, explicit] |
Definition at line 242 of file ofxsCore.h.
OFX::Exception::Suite::Suite | ( | OfxStatus | s, |
const std::string & | what | ||
) | [inline, explicit] |
Definition at line 245 of file ofxsCore.h.
OFX::Exception::Suite::operator OfxStatus | ( | ) | [inline] |
Definition at line 249 of file ofxsCore.h.
References _status.
OfxStatus OFX::Exception::Suite::status | ( | void | ) | [inline] |
Definition at line 248 of file ofxsCore.h.
References _status.
Referenced by OFX::Private::interactMainEntry(), and OFX::Private::mainEntryStr().
OfxStatus OFX::Exception::Suite::_status [protected] |
Definition at line 239 of file ofxsCore.h.
Referenced by operator OfxStatus(), and status().