The following topics describe the constructed data types that are provided by IDL. The constructed types are built on the basic data types. See Basic Data Types. The constructed data types are as follows:
· Structures
· Unions
· Enumerations
· Pipes
· Arrays
· Strings
In IDL, as in C, arrays and pointers are specified via declarator constructs. The other constructed types are specified via type specifiers.
More: