WMitem_base Class Reference#include <WMclass.h>
Inheritance diagram for WMitem_base:
[legend]List of all members.
Detailed Description
WMitem_base is the base class from which all WMitem<T> subclasses are derived.
Definition at line 122 of file WMclass.h.
|
Public Member Functions |
virtual std::string | toString (void) const =0 |
| override this to return appropriate string representation
|
| WMitem_base (void *const val) |
| Constructor.
|
| WMitem_base (const WMitem_base &in) |
| *can* copy
|
void | watch (void) const |
| Turn on monitoring of changes to the variable described by this entry.
|
void | unwatch (void) const |
| Turn off monitoring of changes to the variable described by this entry.
|
Public Attributes |
void *const | value |
| Pointer to the actual variable referenced by this WMitem.
|
WMentry * | entry |
| Pointer to the WMentry describing this variable.
|
Private Member Functions |
WMitem_base & | operator= (const WMitem_base &) |
| don't assign
|
Constructor & Destructor Documentation
WMitem_base::WMitem_base |
( |
void *const |
val |
) |
[inline] |
|
WMitem_base::WMitem_base |
( |
const WMitem_base & |
in |
) |
[inline] |
|
Member Function Documentation
virtual std::string WMitem_base::toString |
( |
void |
|
) |
const [pure virtual] |
|
void WMitem_base::unwatch |
( |
void |
|
) |
const [inline] |
|
void WMitem_base::watch |
( |
void |
|
) |
const [inline] |
|
Member Data Documentation
|
Pointer to the actual variable referenced by this WMitem.
Definition at line 124 of file WMclass.h. |
The documentation for this class was generated from the following file:
|