The with-output-to-stream Reference Manual

This is the with-output-to-stream Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:17:47 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 with-output-to-stream

Provides a simple way of directing output to a stream according to the concise and intuitive semantics of FORMAT’s stream argument.

Author

Jean-Philippe Paradis <>

License

Public Domain

Version

1.0

Source

with-output-to-stream.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-output-to-stream/with-output-to-stream.asd

Source

with-output-to-stream.asd.

Parent Component

with-output-to-stream (system).

ASDF Systems

with-output-to-stream.


3.1.2 with-output-to-stream/package.lisp

Source

with-output-to-stream.asd.

Parent Component

with-output-to-stream (system).

Packages

with-output-to-stream.


3.1.3 with-output-to-stream/main.lisp

Dependency

package.lisp (file).

Source

with-output-to-stream.asd.

Parent Component

with-output-to-stream (system).

Public Interface

with-output-to-stream (macro).

Internals

%call-with-output-to-stream (function).


4 Packages

Packages are listed by definition order.


4.1 with-output-to-stream

Source

package.lisp.

Use List

common-lisp.

Public Interface

with-output-to-stream (macro).

Internals

%call-with-output-to-stream (function).


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-output-to-stream ((var &optional stream &key element-type) &body body)
Package

with-output-to-stream.

Source

main.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: %call-with-output-to-stream (function stream element-type)
Package

with-output-to-stream.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables