Next Previous Up Top Contents Index

A.5 Mapping pseudo-objects to Lisp

A.5.2 Typecodes for parsed IDL

Parameters holding the typecode value are generated for all parsed IDL types. If the IDL parser generates a Lisp type of nameA:B, then the typecode of the given type is available in the parameterA:_TC_B.

For example, the IDL code

module example { interface array_interface{}}; 

leads to the definition of a parameter

example:_tc_array_interface 

with

(op:kind example:_tc_array_interface)
> :tk_objref


Developing Component Software with CORBA - 22 Jan 1999

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker