NextPrevUpTopContentsIndex

14.2.3.1 Standard Output Record Classes

standard-sequence-output-record

Summary: The standard class provided by CLIM to store a relatively short sequence of output records; a subclass of output-record . The retrieval complexity of this class is 0(n). Most of the formatted output facilities (such as formatting-table ) create output records that are a subclass of standard-sequence-output-record .

standard-tree-output-record

Summary: The standard class provided by CLIM to store longer sequences of output records. Typically, the child records of a tree output record will be sorted in some way, such as an ordering on the x and y coordinates of the children. The retrieval complexity of this class is 0(log n).


CommonLisp Interface Manager 2.0 User's Guide - 18 Mar 2005

NextPrevUpTopContentsIndex