|
Open CASCADE Technology
6.5.4
|
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.
#include <Dynamic_CompiledMethod.hxx>

Public Member Functions | |
| Dynamic_CompiledMethod (const Standard_CString aname, const Standard_CString afunction) | |
| Creates a compiled method with <aname> as user name and <afunction> as C++ mangled name. | |
| void | Function (const Standard_CString afunction) |
| Sets the C++ mangled name of the method to the field <thefunction>. | |
| TCollection_AsciiString | Function () const |
| Returns the C++ mangled name of the function. | |
| Dynamic_CompiledMethod::Dynamic_CompiledMethod | ( | const Standard_CString | aname, |
| const Standard_CString | afunction | ||
| ) |
| void Dynamic_CompiledMethod::Function | ( | const Standard_CString | afunction | ) |
1.8.0