This is the cl-toml Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:28:04 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-toml
TOML v0.4.0 parser and encoder
cxxxr
MIT
alexandria
(system).
trivial-types
(system).
esrap
(system).
local-time
(system).
package.lisp
(file).
util.lisp
(file).
types.lisp
(file).
parse.lisp
(file).
encode.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-toml/cl-toml.asd
cl-toml/package.lisp
cl-toml/util.lisp
cl-toml/types.lisp
cl-toml/parse.lisp
cl-toml/encode.lisp
cl-toml/util.lisp
package.lisp
(file).
cl-toml
(system).
alist-put-end
(function).
do-sequence
(macro).
list-to-vector
(function).
make-adjustable-string
(function).
make-adjustable-vector
(function).
make-alist-iterate
(function).
make-plist-iterate
(function).
vector-last
(function).
(setf vector-last)
(function).
cl-toml/types.lisp
util.lisp
(file).
cl-toml
(system).
bare-key-character-p
(function).
bare-key-p
(function).
literal-string
(type).
literal-string-char-p
(function).
literal-string-p
(function).
cl-toml/parse.lisp
types.lisp
(file).
cl-toml
(system).
parse
(function).
parse-file
(function).
*array-as*
(special variable).
*table-as*
(special variable).
alist-to-table
(function).
as-table-p
(function).
convert-escape-sequence
(function).
convert-to-simple-string
(function).
linked-table
(function).
list-to-toml-array
(function).
make-table
(function).
make-toml-array
(function).
string-char-p
(function).
table-get
(function).
table-put
(function).
toml-array-last
(function).
(setf toml-array-last)
(function).
toml-array-push
(function).
transform-string-contents
(function).
cl-toml/encode.lisp
parse.lisp
(file).
cl-toml
(system).
encode
(generic function).
encode-literal-string
(function).
*char-replacement*
(special variable).
*inline-value-p*
(special variable).
*table-name-stack*
(special variable).
array-p
(function).
encode-inline-table
(function).
encode-key-value
(function).
encode-sequence
(function).
encode-table
(function).
table-array-p
(function).
table-value-p
(function).
with-aggregate
(macro).
Packages are listed by definition order.
cl-toml
common-lisp
.
esrap
.
encode
(generic function).
encode-literal-string
(function).
parse
(function).
parse-file
(function).
*array-as*
(special variable).
*char-replacement*
(special variable).
*inline-value-p*
(special variable).
*table-as*
(special variable).
*table-name-stack*
(special variable).
alist-put-end
(function).
alist-to-table
(function).
array-p
(function).
as-table-p
(function).
bare-key-character-p
(function).
bare-key-p
(function).
convert-escape-sequence
(function).
convert-to-simple-string
(function).
do-sequence
(macro).
encode-inline-table
(function).
encode-key-value
(function).
encode-sequence
(function).
encode-table
(function).
linked-table
(function).
list-to-toml-array
(function).
list-to-vector
(function).
literal-string
(type).
literal-string-char-p
(function).
literal-string-p
(function).
make-adjustable-string
(function).
make-adjustable-vector
(function).
make-alist-iterate
(function).
make-plist-iterate
(function).
make-table
(function).
make-toml-array
(function).
string-char-p
(function).
table-array-p
(function).
table-get
(function).
table-put
(function).
table-value-p
(function).
toml-array-last
(function).
(setf toml-array-last)
(function).
toml-array-push
(function).
transform-string-contents
(function).
vector-last
(function).
(setf vector-last)
(function).
with-aggregate
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
vector
) &optional stream) ¶list
) &optional stream) ¶hash-table
) &optional stream) ¶(eql cl-toml:false)
) &optional stream) ¶(eql cl-toml:true)
) &optional stream) ¶(eql t)
) &optional stream) ¶string
) &optional stream) ¶timestamp
) &optional stream) ¶integer
) &optional stream) ¶float
) &optional stream) ¶ratio
) &optional stream) ¶Jump to: | (
A B C D E F G L M P S T V W |
---|
Jump to: | (
A B C D E F G L M P S T V W |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | C E F L P S T U |
---|
Jump to: | C E F L P S T U |
---|