VISH
0.2
|
Making parameters for abstract values. More...
#include </home/werner/origo/vish/ocean/plankton/VAbstractValue.hpp>
Making parameters for abstract values.
The | abstract type, its VValue<Type> must export a Creator_t typename with a get() member function that provides access to the global instance of the abstract type. |
override RefPtr<VValueBase> Wizt::VAbstractValueParameter::createLocalVariable | ( | const RefPtr< ValuePool > & | GhostValues | ) | const [inline, virtual] |
Create a variable that is local relative to the specified ValuePool.
The return value is false only if the specified pointer is invalid.
Implements Wizt::VParameter.