XLL+ Class Library (7.0)

Settings.DefaultVectorContainer

Template class used in C++ for the targets of vector arguments.

Remarks

For each vector argument to an add-in function, a local container variable is declared, and the input is copied into it after validation. If the argument's container class property is set, then the container will be of the type specified by the property. However, if the argument's container class property is left empty (the default), then the container class used will be that specified by DefaultVectorContainer.

If DefaultVectorContainer is empty, then a default type, std::vector, will be used.

Effects

Changing this property does not automatically change the code of arguments whose container class property is empty; if you wish to apply the new default vector container to an argument, you should regenerate the code for the add-in function.

See Also

Settings Model | Settings Properties | Argument container class