Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
WMentry Class Reference#include <WMclass.h>
Detailed DescriptionA WMentry is an entry in a WMregistry.The item it describes is a unique variable, which may be accessed via many WMitem instances, all of which point back to the same WMentry. Definition at line 100 of file WMclass.h.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Name of the variable described by this entry.
Definition at line 102 of file WMclass.h. Referenced by WMMonitorBehavior::processEvent(), and WMMonitorBehavior::registerData().
Type of the variable, e.g., "int".
Definition at line 103 of file WMclass.h. Referenced by WMMonitorBehavior::processEvent(), WMMonitorBehavior::registerData(), and WMitem< T >::toString().
Pointer to a WMitem instance for the variable.
Definition at line 104 of file WMclass.h. Referenced by create_WMentry(), WMMonitorBehavior::processEvent(), and WMMonitorBehavior::registerData(). The registry in which this entry resides.
Definition at line 105 of file WMclass.h. Referenced by WMMonitorBehavior::processEvent(), and WMMonitorBehavior::registerData().
True if changes to this variable should be reported.
Definition at line 106 of file WMclass.h. Referenced by WMitem< T >::announce(), WMitem_base::unwatch(), and WMitem_base::watch().
The documentation for this class was generated from the following file: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:48 2007 by Doxygen 1.5.4 |