sourCEntral - mobile manpages

pdf

SLICE2RB

NAME

slice2rb − translate Slice to Ice for Ruby

SYNOPSIS

slice2rb [OPTIONS]... FILES...

DESCRIPTION

Slice to Ruby 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 slice2rb.

−−all

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

−−checksum

Generate checksums for Slice definitions.

COPYRIGHT

Copyright (C) 2003-2007 ZeroC, Inc.

This is free software distributed under the GNU GPL. See /usr/share/doc/slice2rb/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