SMBIOS Library
Public Member Functions | Protected Attributes | List of all members
Suppressable Class Reference

#include <CmosRWImpl.h>

Inheritance diagram for Suppressable:
Inheritance graph
Collaboration diagram for Suppressable:
Collaboration graph

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

Detailed Description

Definition at line 30 of file CmosRWImpl.h.

Constructor & Destructor Documentation

Definition at line 66 of file CmosRW.cpp.

~Suppressable ( )
virtual

Definition at line 70 of file CmosRW.cpp.

Member Function Documentation

void attach ( IObserver o) const
virtualinherited

Definition at line 46 of file Observer.cpp.

Referenced by CmosRWChecksumObserver::CmosRWChecksumObserver().

void detach ( IObserver o) const
virtualinherited

Definition at line 51 of file Observer.cpp.

Referenced by CmosRWChecksumObserver::~CmosRWChecksumObserver().

bool isNotifySuppressed ( ) const

Definition at line 87 of file CmosRW.cpp.

References Suppressable::suppressNotify.

Referenced by CmosRWFile::writeByte(), and CmosRWIo::writeByte().

void notify ( void *  param = 0) const
virtualinherited
void resumeNotification ( bool  doNotify = true) const

Definition at line 78 of file CmosRW.cpp.

References IObservable::notify(), and Suppressable::suppressNotify.

Referenced by CmosRWChecksumObserver::update(), and cmos::writeByteArray().

Here is the call graph for this function:

void suppressNotification ( bool  sup = true) const

Definition at line 73 of file CmosRW.cpp.

References Suppressable::suppressNotify.

Referenced by CmosRWChecksumObserver::update(), and cmos::writeByteArray().

Member Data Documentation

bool suppressNotify
mutableprotected

The documentation for this class was generated from the following files: