Open CASCADE Technology 6.6.0
Data Structures
Dynamic_Variable.hxx File Reference
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Dynamic_Variable.hxx>
#include <Handle_Dynamic_Parameter.hxx>
#include <Dynamic_ModeEnum.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_OStream.hxx>

Data Structures

class  Dynamic_Variable
 This class is the root class for describing
variables. A variable is useful to specify the
signature of a method in terms of arguments and if
necessary variables and/or constants needed inside
a function. This set of information defines a
scope for these variables. This class is directly
used by the MethodDefinition class. From this
class is derived the instances of variables which
are used by the classes under the MethodInstance
class. A variable is composed by :

* an identifier for giving it a name,
* a type of expected value,
* possibly a default value,
* a mode which explains if the variable is :

More...
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines