Open CASCADE Technology 6.6.0
Public Member Functions
Dynamic_CompiledMethod Class Reference

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>

Inheritance diagram for Dynamic_CompiledMethod:
Inheritance graph
[legend]

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.


Constructor & Destructor Documentation

Dynamic_CompiledMethod::Dynamic_CompiledMethod ( const Standard_CString  aname,
const Standard_CString  afunction 
)

Member Function Documentation

void Dynamic_CompiledMethod::Function ( const Standard_CString  afunction)
TCollection_AsciiString Dynamic_CompiledMethod::Function ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines