Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Dynamic_MethodDefinition.hxx>
#include <Handle_TCollection_HAsciiString.hxx>
#include <Dynamic_Method.hxx>
#include <Standard_CString.hxx>
#include <Handle_Dynamic_Parameter.hxx>
#include <Dynamic_ModeEnum.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
Data Structures | |
class | Dynamic_MethodDefinition |
This inherited class is for describing the definition of a method. This definition is composed by its name which is readable by the type function and a collection of variables which defines the signature of the method definition in term of arguments passed to the function and also the useful internal or constant variables if the function is a composite method. This class is also a deferred class and can not be used directly because it is necessary to specify if the method is compiled, interpreted or composite. More... |