DynamicPrototype Class
Brief: a prototype with an arbitrary number of parameters
Detailed description
Members documentation
void DynamicPrototype::push(const Type& p)
Brief: add a parameter to the prototype
Type pop()
Brief: removes the last parameter of the prototype
Type pop()
Brief: removes the last parameter of the prototype
void clear()
Brief: removes all parameters from the prototype
void set(std::vector<Type> params)
Brief: set the prototype’s parameters