- LibraryName (from autowrap.types)
struct LibraryName via public
import autowrap.types : Modules, Module, isModule, LibraryName, PreModuleInitCode, PostModuleInitCode, RootNamespace;
The name of the dynamic library, i.e. the file name with the .so/.dll extension
- Module (from autowrap.types)
struct Module via public
import autowrap.types : Modules, Module, isModule, LibraryName, PreModuleInitCode, PostModuleInitCode, RootNamespace;
A module to automatically wrap.
Usually not needed since a string will do, but is useful when trying to export
all functions from a module by using Module("mymodule", Yes.alwaysExport)
instead of "mymodule"
- Modules (from autowrap.types)
struct Modules via public
import autowrap.types : Modules, Module, isModule, LibraryName, PreModuleInitCode, PostModuleInitCode, RootNamespace;
The list of modules to automatically wrap for consumption by other languages.
- PostModuleInitCode (from autowrap.types)
struct PostModuleInitCode via public
import autowrap.types : Modules, Module, isModule, LibraryName, PreModuleInitCode, PostModuleInitCode, RootNamespace;
Code to be inserted after the call to module_init
- PreModuleInitCode (from autowrap.types)
struct PreModuleInitCode via public
import autowrap.types : Modules, Module, isModule, LibraryName, PreModuleInitCode, PostModuleInitCode, RootNamespace;
Code to be inserted before the call to module_init
- RootNamespace (from autowrap.types)
struct RootNamespace via public
import autowrap.types : Modules, Module, isModule, LibraryName, PreModuleInitCode, PostModuleInitCode, RootNamespace;
Undocumented in source.