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


Public Member Functions | |
| oofE_RampError (dbTable *T, std::ostream &os) | |
| oofE_RampError (dbTable &T, std::ostream &os) | |
| oofE_RampError (dbTable *T, const char *str) | |
| oofE_RampError (dbTable &T, const char *str) | |
| virtual void | extract (std::ostream &os) const |
| const oofString & | errorString () 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 |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from oofE_RamError. |
|
|
|
|
||||||||||||
|
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