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

NextPrevUpTopContentsIndex

4.3.3 Mapping for attributes

The read-only balance attribute of an IDL account gives rise to the Common Lisp generic functions:

op:balance

If we had omitted the readonly keyword from the definition of the balance attribute, the mapping would have introduced an additional generic setter function:

(setf op:balance)
Developing Component Software with CORBA - 22 Dec 2009

NextPrevUpTopContentsIndex