sourCEntral - mobile manpages

pdf

SLICE2PY

NAME

slice2py − translate Slice to Ice for Python

SYNOPSIS

slice2py [OPTIONS]... FILES...

DESCRIPTION

Slice to Python compiler.

OPTIONS

Regardless of which Slice compiler you use, a number of command-line options are common to the compilers for any language mapping. The common command-line options are:
−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.

The following options are specific to slice2py.

−−all

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

−−no−package

Do not generate Python packages for the Slice definitions.

−−checksum

Generate checksums for Slice definitions.

−−prefix PREFIX

Use PREFIX as the prefix for generated filenames.

COPYRIGHT

Copyright (C) 2003-2007 ZeroC, Inc.

This is free software distributed under the GNU GPL. See /usr/share/doc/slice2py/copyright for specific conditions.

SEE ALSO

Further information refer to Distributed Programming with Ice by Michi Henning, Mark Spruiell, et al. available as a PDF file in the non-free package zeroc-ice-manual.

pdf