|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
java.lang.Objectgov.llnl.babel.backend.ucxx.CxxImplSource
public class CxxImplSource
Create and write a header for a Cxx C extension class to wrap a
BABEL extendable in a Cxx object. The header has to expose a
function to create a wrapped IOR, a function to check if a
PyObject is an instance of this extension type, and
an import macro.
| Constructor Summary | |
|---|---|
CxxImplSource(Extendable ext,
Context context)
Create an object capable of generating the header file for a BABEL extendable. |
|