#include <oofexcep.h>
Inheritance diagram for oofE_CtreeError:


Public Member Functions | |
| oofE_CtreeError (dbTable *T, long errNum, const char *action, const char *where) | |
| oofE_CtreeError (dbTable &T, long errNum, const char *action, const char *where) | |
| oofE_CtreeError (const oofE_CtreeError &) | |
| virtual | ~oofE_CtreeError () |
| virtual void | extract (std::ostream &os) const |
| long | errorNumber () const |
| virtual bool | receiveMsg (OOFmsgT msg, unsigned long senderDefined) |
| The default receiveMsg behaviour is to delete yourself when the broadcaster closes. | |
| dbTable * | table () const |
| bool | originalTableStillInScope () const |
| virtual void | subscribeTo (oofBroadcaster *) |
| virtual void | unsubscribe (oofBroadcaster *from=0) |
| void | suspendListening () |
| void | resumeListening () |
Protected Attributes | |
| oofBroadcaster * | mListensTo |
| oofBroadcaster * | mSuspendedListensTo |
| unsigned short | mSuspendCount |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements oofE_Base. Reimplemented in oofE_CtreeISAMError, oofE_CtreeISAMErrorAtOffset, oofE_CtreeKeyError, and oofE_CtreeBlobError. |
|
|
|
|
||||||||||||
|
The default receiveMsg behaviour is to delete yourself when the broadcaster closes. In many user subclasses oofSingleListener is a mixin and you have a class owned elsewhere, not self-deleting.
Reimplemented from oofSingleListener. |
|
|
|
|
|
Reimplemented from oofReceiver. |
|
|
|
|
|
|
|
|
Reimplemented from oofReceiver. |
|
|
|
|
|
|
|
|
|
1.3.5