slice2py - The Slice to Python compiler.
slice2py [options] [files]
slice2py compiles Slice files to Python. The macro __SLICE2PY__ is
defined during this compilation.
Full documentation for slice2py is available online at:
https://doc.zeroc.com/ice/3.7/language-mappings/python-mapping/client-side-slice-to-python-mapping/code-generation-in-python
- -h, --help
-
Displays a help message.
- -v, --version
- Displays the compiler version.
- -DNAME
-
Defines the preprocessor symbol NAME.
- -DNAME=DEF
-
Defines the preprocessor symbol NAME with the value DEF.
- -UNAME
-
Undefines the preprocessor symbol NAME.
- -IDIR
-
Add the directory DIR to the search path for #include directives.
- -E
-
Print the preprocessor output on stdout.
- --output-dir
DIR
-
Place the generated files into directory DIR.
- -d, --debug
-
Print debug information showing the operation of the Slice parser.
- --depend
-
Print dependency information to standard output by default, or to the file
specified by the --depend-file option. No code is generated when this
option is specified.
- --depend-xml
-
Print dependency information in XML format to standard output by default, or
to the file specified by the --depend-file option. No code is generated
when this option is specified.
- --depend-file
FILE
-
Directs dependency information to the specified file. The output format
depends on whether --depend or --depend-xml is also specified.
- --all
-
Generate code for all Slice definitions, including those from included
files.
- --checksum
CLASS
-
Generate checksums for Slice definitions.
- --prefix
PREFIX
-
Use PREFIX as the prefix for generated file names.