Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

WMitem_base Class Reference

#include <WMclass.h>

Inheritance diagram for WMitem_base:

Inheritance graph
[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 ~WMitem_base ()
 destructor, does nothing
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.
WMentryentry
 Pointer to the WMentry describing this variable.

Private Member Functions

WMitem_baseoperator= (const WMitem_base &)
 don't assign


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

Tekkotsu v3.0
Generated Fri May 11 20:09:01 2007 by Doxygen 1.4.7