Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Dynamic_DynamicClass.hxx>
#include <Handle_TCollection_HAsciiString.hxx>
#include <Handle_Dynamic_ParameterNode.hxx>
#include <Handle_Dynamic_SequenceOfMethods.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_CString.hxx>
#include <Handle_Dynamic_Parameter.hxx>
#include <Handle_Dynamic_Method.hxx>
#include <Handle_Dynamic_DynamicInstance.hxx>
#include <Standard_OStream.hxx>
Data Structures | |
class | Dynamic_DynamicClass |
A dynamic class is defined as a sequence of parameters and as a sequence of methods. The specifications are similar to C++ classes. The class has to be defined in terms of fields (Parameters) and methods. An instance of the class must be made to set the fields and to use the functionalities. More... |