Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

WMregistry Class Reference

#include <WMclass.h>

List of all members.


Detailed Description

A WMregistry is a namespace; it holds a collection of WMEntry instances describing the variables that live in this registry.

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
WMregistryoperator= (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.
WMregistryparent
 pointer to parent registry (allows recursive structure)


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

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