Class: FILE-SYSTEM-GENERATOR

Slots

  • ROOT-DIRECTORIES
  • CACHEP

Hierachy

Precedence List

Source

(defclass file-system-generator (tal-generator)
  ((root-directories :initarg :root-directories :type list
		     :accessor root-directories)
   (cachep :initarg :cachep :accessor cachep :initform t)))
Source Context