
idl2cpp - IDL compiler to language C++ mapping

idl2cpp [options] spec.idl

All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
Specific options :
Display help.
Specify a path for import (only for IDL version 3.0).
Display version.
Enable export (only for IDL version 3.0).

idl2cpp parses the given input file (IDL) and generates a include file following the language C mapping rules.
idl2cpp is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2cpp needs Math::BigInt and CORBA::Fixed modules.
idl2cpp needs a cpp executable.
CORBA Specifications, including IDL (Interface Language Definition) and C++ Language Mapping are available on <http://www.omg.org/>.

cpp, perl

(c) 2002-2007 Francois PERRAD, France. All rights reserved.
This program and all CORBA::Cplusplus modules are distributed under the terms of the Artistic Licence.

Francois PERRAD, francois.perrad@gadz.org