#include <Omu_Vars.h>


Public Member Functions | |
| void | alloc (int n, int n_expand=-1) |
| Allocate vectors of size n_expand for min, max, initial, and this (default n_expand = n). | |
Public Attributes | |
| bool | c_setup |
| indicate allowance for allocation of variables | |
| bool | c_expand |
| indicate allowance to allocate exansion variables | |
| void Omu_VarVec::alloc | ( | int | n, | |
| int | n_expand = -1 | |||
| ) | [virtual] |
Allocate vectors of size n_expand for min, max, initial, and this (default n_expand = n).
A derived classes may overload alloc() to restrict the capability of allocations for specific vectors.
Reimplemented from Omu_VariableVec.
Reimplemented in Omu_SVarVec.
.