Preliminary documentation for Ice for MATLAB. Do not use in production applications. Refer to the space directory for other releases.

The mapping for local enum, local sequence, local dictionary and local struct to C++98 is identical to the mapping for these constructs without the local qualifier. The generated C++ code for local enums and structs does not include support for marshaling, so you cannot use them as parameters for operations on non-local types, or as data members on non-local types.

The rest of this section describes the mapping of the remaining local types to C++98:

  • No labels