| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <WMclass.h>
Definition at line 62 of file WMclass.h.
Public Member Functions | |
| WMregistry (const std::string &n="anonymous", WMregistry *p=NULL) | |
| Constructor. | |
| WMregistry (const WMregistry &in) | |
| shallow copy | |
| WMregistry & | operator= (const WMregistry &in) |
| shallow assignment | |
| void | watch (void) |
| Turn on monitoring of changes to variables. | |
| void | unwatch (void) |
| Turn off monitoring of changes to variables. | |
| void | dump (void) const |
| Dump the registry to the console, for debugging. | |
Public Attributes | |
| std::string | name |
| Name of the registry. | |
| std::vector< WMentry * > | entries |
| Entries that make up the registry. | |
| bool | watched |
| True if changes to this registry are being monitored. | |
| WMregistry * | parent |
| pointer to parent registry (allows recursive structure) | |
|
||||||||||||
|
Constructor.
|
|
|
shallow copy
|
|
|
Dump the registry to the console, for debugging.
Definition at line 87 of file WMclass.cc. |
|
|
shallow assignment
|
|
|
Turn off monitoring of changes to variables.
Definition at line 87 of file WMclass.h. References watched. |
|
|
Turn on monitoring of changes to variables.
Definition at line 84 of file WMclass.h. References watched. |
|
|
Entries that make up the registry.
|
|
|
Name of the registry.
|
|
|
pointer to parent registry (allows recursive structure)
|
|
|
True if changes to this registry are being monitored.
|
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:58:37 2003 by Doxygen 1.3.4 |