VISH
0.2
|
A set of properties for a VCreator. More...
#include </home/werner/origo/vish/ocean/plankton/VCreatorProperties.hpp>
A set of properties for a VCreator.
Wizt::VCreatorProperties::VCreatorProperties | ( | const string & | keyname, |
const string & | Description = "" , |
||
const string & | Operatorname = "" |
||
) |
Creator with key, description and operator (deprecated)
Syntax for the keyname: Category/Identifier(arguments)
Using this constructor via a keyname requires parsing the keyname using special characters, namely "/", "(" and ")". It is recommended to use the alternative constructor via VCreatorProperty<> objects instead which will pose no restriction on the used characters.