The with-cached-reader-conditionals Reference Manual

This is the with-cached-reader-conditionals Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:17:43 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 with-cached-reader-conditionals

Read whilst collecting reader conditionals

Author

Chris Bagley <>

License

BSD 2 Clause

Source

with-cached-reader-conditionals.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 with-cached-reader-conditionals/with-cached-reader-conditionals.asd

Source

with-cached-reader-conditionals.asd.

Parent Component

with-cached-reader-conditionals (system).

ASDF Systems

with-cached-reader-conditionals.


3.1.3 with-cached-reader-conditionals/with-cached-reader-conditionals.lisp

Dependency

package.lisp (file).

Source

with-cached-reader-conditionals.asd.

Parent Component

with-cached-reader-conditionals (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 with-cached-reader-conditionals

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: with-cached-reader-conditionals (&body body)
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.


5.1.2 Ordinary functions

Function: call-with-cached-reader-conditionals (func &rest args)
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.

Function: flatten-features (feature-expressions)
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *keyword-package*
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.


5.2.2 Ordinary functions

Function: cached-feature-list (cache)
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.

Function: dirty-featurep (x)

Ugly in implementation but will always match the implementations logic :|

Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.

Function: feature-expr-key (expr)
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.

Function: featurep (x)
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.

Function: make-reader-conditional-caching-sharp-plus-minus ()
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.

Function: normalize-feature-list (pairs)
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.

Function: sort-feature-expr (feature-expr)
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.


5.2.3 Classes

Class: feature-cache
Package

with-cached-reader-conditionals.

Source

with-cached-reader-conditionals.lisp.

Direct slots
Slot: cache

Appendix A Indexes


A.1 Concepts


A.3 Variables