VISH  0.2
Public Member Functions

Base class for values with type. More...

#include </home/werner/origo/vish/ocean/plankton/VValue.hpp>

List of all members.

Public Member Functions


Detailed Description

Base class for values with type.

It does not yet specify a storage place but allows reading and setting a typed value. Procedural value types may be derived from this base class. For storing a specific type, use child class VValue<Type>.

Todo:
Consider whether this shouldn't better be an interface. Then, a certain type may implement multiple type conversions, e.g. from float to int.

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