#include <Dynamic_CompiledMethod.hxx>
Inheritance diagram for Dynamic_CompiledMethod:
Public Member Functions | |
Standard_EXPORT | 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. . | |
Standard_EXPORT void | Function (const Standard_CString afunction) |
Sets the C++ mangled name of the method to the field <thefunction>. . | |
Standard_EXPORT TCollection_AsciiString | Function () const |
Returns the C++ mangled name of the function. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TCollection_HAsciiString | thefunction |
|
|
|
|
|
|
|
Reimplemented from Dynamic_MethodDefinition. |
|
|