Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shiboken(1) [debian man page]

SHIBOKEN(1)							   User Commands						       SHIBOKEN(1)

NAME
shiboken - CPython bindings generator for C++ libraries DESCRIPTION
Usage: shiboken [options] header-file typesystem-file General options: --debug-level=[sparse|medium|full] Set the debug level --documentation-only Do not generates any code, just the documentation --generatorSet generatorSet to be used. e.g. qtdoc --help Display this help and exit --include-paths=<path>[:<path>:...] Include paths used by the C++ parser --license-file=[licensefile] File used for copyright headers of generated files --no-suppress-warnings Show all warnings --output-directory=[dir] The directory where the generated files will be written --silent Avoid printing any message --typesystem-paths=<path>[:<path>:...] Paths used when searching for typesystems --version Output version information and exit Shiboken options: --disable-verbose-error-messages Disable verbose error messages. Turn the python code hard to debug but safe few kB on the generated bindings. --enable-parent-ctor-heuristic Enable heuristics to detect parent relationship on constructors. --enable-pyside-extensions Enable PySide extensions, such as support for signal/slots, use this if you are creating a binding for a Qt-based library. --enable-return-value-heuristic Enable heuristics to detect parent relationship on return values (USE WITH CAUTION!) Shiboken options: --disable-verbose-error-messages Disable verbose error messages. Turn the python code hard to debug but safe few kB on the generated bindings. --enable-parent-ctor-heuristic Enable heuristics to detect parent relationship on constructors. --enable-pyside-extensions Enable PySide extensions, such as support for signal/slots, use this if you are creating a binding for a Qt-based library. --enable-return-value-heuristic Enable heuristics to detect parent relationship on return values (USE WITH CAUTION!) COPYRIGHT
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies) AUTHOR
This manpage was written for Debian, starting with a help2man output, by Didier Raboud <didier@raboud.com>, on the 26. March 2010. shiboken v0.2.0 March 2010 SHIBOKEN(1)

Check Out this Related Man Page

SWIG(1) 						      General Commands Manual							   SWIG(1)

NAME
swig - Simplified Wrapper and Interface Generator SYNOPSIS
swig [options] file DESCRIPTION
The swig command is used to create wrapper code to connect C and C++ code to scripting languages like Perl, Python, etc. from the defini- tion of the interface. For detailed information on writing those interface definitions please refer to /usr/share/doc/swig-doc/Man- ual/index.html from the swig-doc package. This manpage concentrates on explaining the invocation of the swig command. OPTIONS
Target Language Options: -chicken Generate CHICKEN wrappers -csharp Generate C# wrappers -guile Generate Guile wrappers -java Generate Java wrappers -mzscheme Generate Mzscheme wrappers -ocaml Generate Ocaml wrappers -perl Generate Perl wrappers. -php Generate PHP wrappers -pike Generate Pike wrappers -python Generate Python wrappers -ruby Generate Ruby wrappers -sexp Generate Lisp S-Expressions wrappers -tcl Generate Tcl wrappers -xml Generate XML wrappers. General Options -c++ Enable C++ processing -co Check a file out of the SWIG library -dirprot Turn on wrapping of protected members for director classes -Dsymbol Define a symbol symbol (for conditional compilation) -E Preprocess only, does not generate wrapper code -fcompact Compile in compact mode -fvirtual Compile in virtual elimination mode -Fstandard Display error/warning messages in commonly used format -Fmicrosoft Display error/warning messages in Microsoft format -help Show a summary of supported options and especially of supported options for the selected language. -Idir Look for SWIG files in dir -ignoremissing Ignore missing include files -importall Follow all #include statements as imports -includeall Follow all #include statements -lifile Include SWIG library file ifile -M List all dependencies -MM List dependencies, but omit files in SWIG library -makedefault Create default constructors/destructors (the default) -module name Set module name to name -nocontract Turn off contract checking -nodefault Do not generate constructors/destructors -nodirprot Do not wrap director protected members -noexcept Do not wrap exception specifiers -noextern Do not generate extern declarations -noruntime Do not include SWIG runtime code -o outfile Set name of the output file to outfile -outdir dir Set language specific files output directory -runtime Make the runtime support code globally visible. -small Compile in virtual elimination & compact mode -swiglib Report location of SWIG library and exit -v Run in verbose mode -version Print SWIG version number -Wall Enable all warning messages -Wallkw Enable warning messages for all the languages keywords -Werror Force to treat the warnings as errors -w n Suppress warning number n AUTHOR
SWIG was originally created by David Beazley. For up-to-date information about authors and contributors please check http://www.swig.org/guilty.html. This manual page was written by Torsten Landschoff <torsten@debian.org> for the Debian project (but may be used by others). 2004-05-22 SWIG(1)
Man Page