Class diagram for ValueClass:

Public Members | |
| virtual | ~ValueClass () |
Protected Members | |
| ValueClass ( ValueClass* parent, Option* owning_option ) | |
| ValueClass* | _parent |
| Option* | _owning_option |
Friends | |
| class | Option |
Each instance of ValueClass holds one value. This class is an abstract class.
A ValueClass has the following components" parent - the parent value owning_option - the option of which this ValueClass is a value.
[virtual]
[protected]
[friend]
[protected]
[protected]
written by Dimitri van Heesch, © 1997-1999