Open CASCADE Technology
6.5.4
|
This class is the header class to define instances
of variables. There are two kinds of instances,
These are VariableInstance which addresses only
one Variable and CompositVariableInstance which is
able to address more than one variable. This last
class is useful for methods with a variable number
of arguments.
#include <Dynamic_AbstractVariableInstance.hxx>
Public Member Functions | |
virtual void | Variable (const Handle< Dynamic_Variable > &avariable)=0 |
This deferred method must be implemented in the derived classes for setting reference(s) to the corresponding variable(s) which define the signature of the method definition. | |
Protected Member Functions | |
Dynamic_AbstractVariableInstance () |
virtual void Dynamic_AbstractVariableInstance::Variable | ( | const Handle< Dynamic_Variable > & | avariable | ) | [pure virtual] |
Implemented in Dynamic_VariableInstance, and Dynamic_CompositVariableInstance.