#include <CmosRWImpl.h>


Public Member Functions | |
| Suppressable () | |
| void | suppressNotification (bool sup=true) const |
| void | resumeNotification (bool doNotify=true) const |
| bool | isNotifySuppressed () const |
| virtual | ~Suppressable () |
| virtual void | attach (IObserver *) const |
| virtual void | detach (IObserver *) const |
| virtual void | notify (void *param=0) const |
Protected Attributes | |
| bool | suppressNotify |
Definition at line 30 of file CmosRWImpl.h.
| Suppressable | ( | ) |
Definition at line 65 of file CmosRW.cpp.
| ~Suppressable | ( | ) | [virtual] |
Definition at line 69 of file CmosRW.cpp.
| void suppressNotification | ( | bool | sup = true |
) | const |
Definition at line 72 of file CmosRW.cpp.
References Suppressable::suppressNotify.
Referenced by CmosRWChecksumObserver::update(), and cmos::writeByteArray().
| void resumeNotification | ( | bool | doNotify = true |
) | const |
Definition at line 77 of file CmosRW.cpp.
References IObservable::notify(), and Suppressable::suppressNotify.
Referenced by CmosRWChecksumObserver::update(), and cmos::writeByteArray().

| bool isNotifySuppressed | ( | ) | const |
Definition at line 86 of file CmosRW.cpp.
References Suppressable::suppressNotify.
Referenced by CmosRWIo::writeByte(), and CmosRWFile::writeByte().
| void attach | ( | IObserver * | o | ) | const [virtual, inherited] |
Definition at line 46 of file Observer.cpp.
References IObservable::observers.
Referenced by CmosRWChecksumObserver::CmosRWChecksumObserver().
| void detach | ( | IObserver * | o | ) | const [virtual, inherited] |
Definition at line 51 of file Observer.cpp.
References IObservable::observers.
Referenced by CmosRWChecksumObserver::~CmosRWChecksumObserver().
| void notify | ( | void * | param = 0 |
) | const [virtual, inherited] |
Definition at line 56 of file Observer.cpp.
References IObservable::observers.
Referenced by Suppressable::resumeNotification(), testPlatform::testCmosChecksum(), testPlatform::testCmosWriting(), CmosRWIo::writeByte(), and CmosRWFile::writeByte().
bool suppressNotify [mutable, protected] |
Definition at line 40 of file CmosRWImpl.h.
Referenced by Suppressable::isNotifySuppressed(), Suppressable::resumeNotification(), and Suppressable::suppressNotification().
1.5.6