Developing Component Software with CORBA > 4 Writing and Compiling IDL > 4.3 Mapping IDL to Common Lisp

NextPrevUpTopContentsIndex

4.3.1 Mapping for basic types

The IDL types string , long , and unsigned long are mapped to the Common Lisp types corba:string , corba:long , and corba:ulong , which are typedefs for the types string , integer , and integer .


Developing Component Software with CORBA - 22 Dec 2009

NextPrevUpTopContentsIndex