- LibraryName (from autowrap.types)
struct LibraryName via public
import autowrap.types : Modules, Module, LibraryName, RootNamespace, OutputFileName;
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, LibraryName, RootNamespace, OutputFileName;
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, LibraryName, RootNamespace, OutputFileName;
The list of modules to automatically wrap for consumption by other languages.
- OutputFileName (from autowrap.types)
struct OutputFileName via public
import autowrap.types : Modules, Module, LibraryName, RootNamespace, OutputFileName;
Undocumented in source.
- RootNamespace (from autowrap.types)
struct RootNamespace via public
import autowrap.types : Modules, Module, LibraryName, RootNamespace, OutputFileName;
Undocumented in source.