GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
slice2py(1) FreeBSD General Commands Manual slice2py(1)

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


Displays a help message.

Displays the compiler version.


Defines the preprocessor symbol NAME.


Defines the preprocessor symbol NAME with the value DEF.


Undefines the preprocessor symbol NAME.


Add the directory DIR to the search path for #include directives.


Print the preprocessor output on stdout.


Place the generated files into directory DIR.


Print debug information showing the operation of the Slice parser.


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.


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.


Directs dependency information to the specified file. The output format depends on whether --depend or --depend-xml is also specified.


Generate code for all Slice definitions, including those from included files.


Generate checksums for Slice definitions.


Use PREFIX as the prefix for generated file names.

slice2cpp(1), slice2cs(1), slice2java(1), slice2js(1), slice2matlab(1), slice2objc(1), slice2php(1), slice2rb(1), slice2swift(1)


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.