Previous Table of Contents Next


3.11.4 Complex Declarator


   3.11.4.1 Arrays

   OMG IDL defines multidimensional, fixed-size arrays. An array includes explicit sizes for each dimension.

   The syntax for arrays is:

   The array size (in each dimension) is fixed at compile time. When an array is passed as a parameter in an operation invocation, all elements of the array are transmitted.

   The implementation of array indices is language mapping specific; passing an array index as a parameter may yield incorrect results.