Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Dynamic_CompiledMethod.hxx>
#include <Handle_TCollection_HAsciiString.hxx>
#include <Dynamic_MethodDefinition.hxx>
#include <Standard_CString.hxx>
Data Structures | |
class | Dynamic_CompiledMethod |
A Dynamic_CompiledMethod adds to the definition of the Dynamic_Method the C++ mangled name of the function to be run. An application using instances of this class must bind the C++ name of the method with the true address in the executable. More... |