ClassPackage: defsysToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

module-container

This is a class of objects that contain modules. Objects of this class have a list of modules and a default-module-class which indicates the default class to be used when modules are created for this module-container.

default-module-group and default-system both inherit from module-container.

Exported accessors for module-container are modules, which returns a list of modules and module-groups contained by this container, and default-module-class, which returns the default class for modules created under this container.

See defsystem.htm for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version