This is the erlang-term Reference Manual, version 0.2.3, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:51:56 2024 GMT+0.
erlang-term/erlang-term.asd
erlang-term/src/packages.lisp
erlang-term/src/macros.lisp
erlang-term/src/conditions.lisp
erlang-term/src/special-variables.lisp
erlang-term/src/atom-cache-interface.lisp
erlang-term/src/bops.lisp
erlang-term/src/generic-functions.lisp
erlang-term/src/classes.lisp
erlang-term/src/type-erlang-translatable.lisp
erlang-term/src/compressed-term.lisp
erlang-term/src/coding-api.lisp
erlang-term/src/erlang-atom.lisp
erlang-term/src/erlang-binary.lisp
erlang-term/src/erlang-float.lisp
erlang-term/src/erlang-fun.lisp
erlang-term/src/erlang-integer.lisp
erlang-term/src/erlang-list.lisp
erlang-term/src/erlang-pid.lisp
erlang-term/src/erlang-port.lisp
erlang-term/src/erlang-reference.lisp
erlang-term/src/erlang-string.lisp
erlang-term/src/erlang-tuple.lisp
The main system appears first, followed by any subsystem dependency.
erlang-term
Erlang External Term Format
Markus Flambard <mflambard@common-lisp.net>
MIT License
0.2.3
alexandria
(system).
ieee-floats
(system).
nibbles
(system).
zlib
(system).
src
(module).
Modules are listed depth-first from the system components tree.
erlang-term/src
erlang-term
(system).
packages.lisp
(file).
macros.lisp
(file).
conditions.lisp
(file).
special-variables.lisp
(file).
atom-cache-interface.lisp
(file).
bops.lisp
(file).
generic-functions.lisp
(file).
classes.lisp
(file).
type-erlang-translatable.lisp
(file).
compressed-term.lisp
(file).
coding-api.lisp
(file).
erlang-atom.lisp
(file).
erlang-binary.lisp
(file).
erlang-float.lisp
(file).
erlang-fun.lisp
(file).
erlang-integer.lisp
(file).
erlang-list.lisp
(file).
erlang-pid.lisp
(file).
erlang-port.lisp
(file).
erlang-reference.lisp
(file).
erlang-string.lisp
(file).
erlang-tuple.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
erlang-term/erlang-term.asd
erlang-term/src/packages.lisp
erlang-term/src/macros.lisp
erlang-term/src/conditions.lisp
erlang-term/src/special-variables.lisp
erlang-term/src/atom-cache-interface.lisp
erlang-term/src/bops.lisp
erlang-term/src/generic-functions.lisp
erlang-term/src/classes.lisp
erlang-term/src/type-erlang-translatable.lisp
erlang-term/src/compressed-term.lisp
erlang-term/src/coding-api.lisp
erlang-term/src/erlang-atom.lisp
erlang-term/src/erlang-binary.lisp
erlang-term/src/erlang-float.lisp
erlang-term/src/erlang-fun.lisp
erlang-term/src/erlang-integer.lisp
erlang-term/src/erlang-list.lisp
erlang-term/src/erlang-pid.lisp
erlang-term/src/erlang-port.lisp
erlang-term/src/erlang-reference.lisp
erlang-term/src/erlang-string.lisp
erlang-term/src/erlang-tuple.lisp
erlang-term/erlang-term.asd
erlang-term
(system).
erlang-term/src/macros.lisp
packages.lisp
(file).
src
(module).
multiple-value-bind*
(macro).
erlang-term/src/conditions.lisp
packages.lisp
(file).
src
(module).
bytes
(reader method).
bytes
(reader method).
bytes
(reader method).
bytes
(reader method).
malformed-external-erlang-term-error
(condition).
not-implemented-error
(condition).
unexpected-message-tag-error
(condition).
untranslatable-lisp-object-error
(condition).
atom-cache-missing-error
(condition).
atom-not-in-cache-error
(condition).
atom-reference
(reader method).
comment
(reader method).
expected-length
(reader method).
expected-tags
(reader method).
malformed-message-error
(condition).
object
(reader method).
received-length
(reader method).
received-tag
(reader method).
unexpected-message-length-error
(condition).
erlang-term/src/special-variables.lisp
packages.lisp
(file).
src
(module).
*atom-symbol-package*
(special variable).
*erlang-false-is-lisp-nil*
(special variable).
*erlang-string-is-lisp-string*
(special variable).
*erlang-true-is-lisp-t*
(special variable).
*lisp-nil-at-tail-is-erlang-empty-list*
(special variable).
*lisp-nil-is-erlang-empty-list*
(special variable).
*lisp-nil-is-erlang-false*
(special variable).
*lisp-string-is-erlang-binary*
(special variable).
*lisp-t-is-erlang-true*
(special variable).
erlang-term/src/atom-cache-interface.lisp
packages.lisp
(file).
src
(module).
*atom-cache*
(special variable).
get-atom
(generic function).
put-atom
(generic function).
erlang-term/src/bops.lisp
packages.lisp
(file).
src
(module).
bytes-to-double-float
(function).
bytes-to-signed-int32
(function).
bytes-to-string
(function).
bytes-to-uint16
(function).
bytes-to-uint32
(function).
bytes-to-unsigned-integer
(function).
double-float-to-bytes
(function).
read-bytes
(function).
read-signed-int32
(function).
read-string
(function).
read-uint16
(function).
read-uint32
(function).
signed-int32-to-bytes
(function).
string-to-byte-list
(function).
string-to-byte-vector
(function).
uint16-to-bytes
(function).
uint32-to-bytes
(function).
unsigned-integer-to-bytes
(function).
write-signed-int32
(function).
write-uint16
(function).
write-uint32
(function).
erlang-term/src/generic-functions.lisp
packages.lisp
(file).
src
(module).
decode-erlang-object
(generic function).
encode-erlang-object
(generic function).
erlang-term/src/classes.lisp
packages.lisp
(file).
generic-functions.lisp
(file).
src
(module).
arity
(reader method).
erlang-fun
(class).
erlang-internal-fun
(class).
erlang-object
(class).
make-load-form
(method).
match-p
(method).
module
(reader method).
node
(reader method).
erlang-identifier
(class).
free-vars
(reader method).
erlang-term/src/type-erlang-translatable.lisp
packages.lisp
(file).
classes.lisp
(file).
src
(module).
erlang-translatable
(type).
erlang-translatable-p
(function).
erlang-term/src/compressed-term.lisp
packages.lisp
(file).
bops.lisp
(file).
generic-functions.lisp
(file).
src
(module).
+compressed-term+
(constant).
decode-erlang-object
(method).
zlib-compress
(function).
erlang-term/src/coding-api.lisp
packages.lisp
(file).
compressed-term.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
src
(module).
+protocol-version+
(constant).
decode
(function).
encode
(function).
erlang-term/src/erlang-atom.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
special-variables.lisp
(file).
atom-cache-interface.lisp
(file).
bops.lisp
(file).
src
(module).
+atom-cache-ref+
(constant).
+atom-ext+
(constant).
+small-atom-ext+
(constant).
decode-erlang-atom
(function).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-external-atom
(function).
decode-external-atom-cache-ref
(function).
decode-external-small-atom
(function).
encode-erlang-object
(method).
encode-external-atom
(function).
encode-external-atom-cache-ref
(function).
encode-external-small-atom
(function).
translate-erlang-boolean
(function).
erlang-term/src/erlang-binary.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
special-variables.lisp
(file).
classes.lisp
(file).
bops.lisp
(file).
src
(module).
binary
(compiler macro).
binary
(function).
binary-to-string
(function).
bits-in-last-byte
(reader method).
bytes
(reader method).
bytes-to-binary
(function).
erlang-binary
(class).
initialize-instance
(method).
match-p
(method).
print-object
(method).
size
(method).
string-to-binary
(compiler macro).
string-to-binary
(function).
+binary-ext+
(constant).
+bit-binary-ext+
(constant).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-external-binary
(function).
decode-external-bit-binary
(function).
encode-erlang-object
(method).
encode-external-binary
(function).
encode-external-bit-binary
(function).
keep-bits
(function).
erlang-term/src/erlang-float.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
bops.lisp
(file).
src
(module).
match-p
(method).
+float-ext+
(constant).
+new-float-ext+
(constant).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-external-float
(function).
decode-external-new-float
(function).
encode-erlang-object
(method).
encode-external-float
(function).
encode-external-new-float
(function).
erlang-term/src/erlang-fun.lisp
packages.lisp
(file).
macros.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
special-variables.lisp
(file).
classes.lisp
(file).
bops.lisp
(file).
src
(module).
erlang-external-fun
(class).
erlang-new-internal-fun
(class).
erlang-old-internal-fun
(class).
match-p
(method).
match-p
(method).
match-p
(method).
match-p
(method).
print-object
(method).
+export-ext+
(constant).
+fun-ext+
(constant).
+new-fun-ext+
(constant).
decode-external-export
(function).
decode-external-fun
(function).
decode-external-new-fun
(function).
encode-erlang-object
(method).
encode-erlang-object
(method).
encode-erlang-object
(method).
encode-external-export
(function).
encode-external-fun
(function).
encode-external-new-fun
(function).
erlang-term/src/erlang-integer.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
bops.lisp
(file).
src
(module).
match-p
(method).
+integer-ext+
(constant).
+large-big-ext+
(constant).
+small-big-ext+
(constant).
+small-integer-ext+
(constant).
bignum-byte-length
(function).
bignum-to-bytes
(function).
bytes-to-bignum
(function).
decode-erlang-integer
(function).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-external-integer
(function).
decode-external-large-big
(function).
decode-external-small-big
(function).
decode-external-small-integer
(function).
encode-erlang-object
(method).
encode-external-integer
(function).
encode-external-large-big
(function).
encode-external-small-big
(function).
encode-external-small-integer
(function).
erlang-term/src/erlang-list.lisp
packages.lisp
(file).
macros.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
special-variables.lisp
(file).
bops.lisp
(file).
src
(module).
match-p
(method).
+list-ext+
(constant).
+nil-ext+
(constant).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-external-list
(function).
decode-external-nil
(function).
decode-list-contents
(function).
encode-erlang-object
(method).
encode-external-list
(function).
encode-external-nil
(function).
list-contents-to-bytes
(function).
erlang-term/src/erlang-pid.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
special-variables.lisp
(file).
classes.lisp
(file).
bops.lisp
(file).
src
(module).
erlang-pid
(class).
make-pid
(function).
match-p
(method).
print-object
(method).
+pid-ext+
(constant).
decode-erlang-object
(method).
decode-erlang-pid
(function).
decode-external-pid
(function).
encode-erlang-object
(method).
encode-external-pid
(function).
erlang-term/src/erlang-port.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
classes.lisp
(file).
bops.lisp
(file).
src
(module).
erlang-port
(class).
make-port
(function).
print-object
(method).
+port-ext+
(constant).
decode-erlang-object
(method).
decode-external-port
(function).
encode-erlang-object
(method).
encode-external-port
(function).
erlang-term/src/erlang-reference.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
classes.lisp
(file).
bops.lisp
(file).
src
(module).
erlang-reference
(class).
make-reference
(function).
print-object
(method).
+new-reference-ext+
(constant).
+reference-ext+
(constant).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-external-new-reference
(function).
decode-external-reference
(function).
encode-erlang-object
(method).
encode-external-new-reference
(function).
encode-external-reference
(function).
four-byte-blocks
(function).
erlang-term/src/erlang-string.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
special-variables.lisp
(file).
bops.lisp
(file).
src
(module).
match-p
(method).
+string-ext+
(constant).
decode-erlang-object
(method).
decode-external-string
(function).
encode-erlang-object
(method).
encode-external-string
(function).
erlang-term/src/erlang-tuple.lisp
packages.lisp
(file).
conditions.lisp
(file).
generic-functions.lisp
(file).
classes.lisp
(file).
bops.lisp
(file).
src
(module).
arity
(method).
elements
(reader method).
erlang-tuple
(class).
match-p
(method).
print-object
(method).
size
(method).
tuple
(function).
tuple-arity
(function).
tuple-ref
(function).
+large-tuple-ext+
(constant).
+small-tuple-ext+
(constant).
decode-erlang-object
(method).
decode-erlang-object
(method).
decode-external-large-tuple
(function).
decode-external-small-tuple
(function).
decode-tuple-contents
(function).
encode-erlang-object
(method).
encode-external-large-tuple
(function).
encode-external-small-tuple
(function).
mapconc-vector
(function).
Packages are listed by definition order.
erlang-term
Erlang External Term Format
etf
common-lisp
.
etf-bops
.
*atom-symbol-package*
(special variable).
*erlang-false-is-lisp-nil*
(special variable).
*erlang-string-is-lisp-string*
(special variable).
*erlang-true-is-lisp-t*
(special variable).
*lisp-nil-at-tail-is-erlang-empty-list*
(special variable).
*lisp-nil-is-erlang-empty-list*
(special variable).
*lisp-nil-is-erlang-false*
(special variable).
*lisp-string-is-erlang-binary*
(special variable).
*lisp-t-is-erlang-true*
(special variable).
+protocol-version+
(constant).
arity
(generic function).
binary
(compiler macro).
binary
(function).
binary-to-string
(function).
bits-in-last-byte
(generic reader).
bytes
(generic reader).
bytes-to-binary
(function).
decode
(function).
elements
(generic reader).
encode
(function).
erlang-binary
(class).
erlang-external-fun
(class).
erlang-fun
(class).
erlang-internal-fun
(class).
erlang-new-internal-fun
(class).
erlang-object
(class).
erlang-old-internal-fun
(class).
erlang-pid
(class).
erlang-port
(class).
erlang-reference
(class).
erlang-translatable
(type).
erlang-translatable-p
(function).
erlang-tuple
(class).
make-atom
(function).
make-pid
(function).
make-port
(function).
make-reference
(function).
malformed-external-erlang-term-error
(condition).
match-p
(generic function).
module
(generic reader).
node
(generic reader).
not-implemented-error
(condition).
size
(generic function).
string-to-binary
(compiler macro).
string-to-binary
(function).
tuple
(function).
tuple-arity
(function).
tuple-ref
(function).
unexpected-message-tag-error
(condition).
untranslatable-lisp-object-error
(condition).
+atom-cache-ref+
(constant).
+atom-ext+
(constant).
+binary-ext+
(constant).
+bit-binary-ext+
(constant).
+compressed-term+
(constant).
+export-ext+
(constant).
+float-ext+
(constant).
+fun-ext+
(constant).
+integer-ext+
(constant).
+large-big-ext+
(constant).
+large-tuple-ext+
(constant).
+list-ext+
(constant).
+new-float-ext+
(constant).
+new-fun-ext+
(constant).
+new-reference-ext+
(constant).
+nil-ext+
(constant).
+pid-ext+
(constant).
+port-ext+
(constant).
+reference-ext+
(constant).
+small-atom-ext+
(constant).
+small-big-ext+
(constant).
+small-integer-ext+
(constant).
+small-tuple-ext+
(constant).
+string-ext+
(constant).
atom-cache-missing-error
(condition).
atom-not-in-cache-error
(condition).
atom-reference
(generic reader).
bignum-byte-length
(function).
bignum-to-bytes
(function).
bytes-to-bignum
(function).
comment
(generic reader).
decode-erlang-atom
(function).
decode-erlang-integer
(function).
decode-erlang-object
(generic function).
decode-erlang-pid
(function).
decode-external-atom
(function).
decode-external-atom-cache-ref
(function).
decode-external-binary
(function).
decode-external-bit-binary
(function).
decode-external-export
(function).
decode-external-float
(function).
decode-external-fun
(function).
decode-external-integer
(function).
decode-external-large-big
(function).
decode-external-large-tuple
(function).
decode-external-list
(function).
decode-external-new-float
(function).
decode-external-new-fun
(function).
decode-external-new-reference
(function).
decode-external-nil
(function).
decode-external-pid
(function).
decode-external-port
(function).
decode-external-reference
(function).
decode-external-small-atom
(function).
decode-external-small-big
(function).
decode-external-small-integer
(function).
decode-external-small-tuple
(function).
decode-external-string
(function).
decode-list-contents
(function).
decode-tuple-contents
(function).
encode-erlang-object
(generic function).
encode-external-atom
(function).
encode-external-atom-cache-ref
(function).
encode-external-binary
(function).
encode-external-bit-binary
(function).
encode-external-export
(function).
encode-external-float
(function).
encode-external-fun
(function).
encode-external-integer
(function).
encode-external-large-big
(function).
encode-external-large-tuple
(function).
encode-external-list
(function).
encode-external-new-float
(function).
encode-external-new-fun
(function).
encode-external-new-reference
(function).
encode-external-nil
(function).
encode-external-pid
(function).
encode-external-port
(function).
encode-external-reference
(function).
encode-external-small-atom
(function).
encode-external-small-big
(function).
encode-external-small-integer
(function).
encode-external-small-tuple
(function).
encode-external-string
(function).
erlang-identifier
(class).
expected-length
(generic reader).
expected-tags
(generic reader).
four-byte-blocks
(function).
free-vars
(generic reader).
keep-bits
(function).
list-contents-to-bytes
(function).
malformed-message-error
(condition).
mapconc-vector
(function).
multiple-value-bind*
(macro).
object
(generic reader).
received-length
(generic reader).
received-tag
(generic reader).
translate-erlang-boolean
(function).
unexpected-message-length-error
(condition).
zlib-compress
(function).
etf-bops
Byte operations.
common-lisp
.
bytes-to-double-float
(function).
bytes-to-signed-int32
(function).
bytes-to-string
(function).
bytes-to-uint16
(function).
bytes-to-uint32
(function).
bytes-to-unsigned-integer
(function).
double-float-to-bytes
(function).
read-bytes
(function).
read-signed-int32
(function).
read-string
(function).
read-uint16
(function).
read-uint32
(function).
signed-int32-to-bytes
(function).
string-to-byte-list
(function).
string-to-byte-vector
(function).
uint16-to-bytes
(function).
uint32-to-bytes
(function).
unsigned-integer-to-bytes
(function).
write-signed-int32
(function).
write-uint16
(function).
write-uint32
(function).
etf-atom-cache-interface
A generic atom cache interface. This interface is expected to
be implemented by an application that wants to use cached atom references.
etf-aci
common-lisp
.
*atom-cache*
(special variable).
get-atom
(generic function).
put-atom
(generic function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
The current atom cache. Bind this variable prior to encoding/decoding terms to make use of cached atoms in it.
The package in which atom symbols are interned. Symbols are uninterned if NIL.
Interpret the Erlang ’false’ as NIL instead of ’|false| in Lisp.
Interpret an Erlang string as Lisp string instead of a Lisp list.
Interpret the Erlang ’true’ as T instead of ’|true| in Lisp.
Send the Lisp NIL at the tail of a list to Erlang as the empty list instead of as a symbol.
Send the Lisp NIL to Erlang as the empty list instead of as a symbol.
Send the Lisp NIL to Erlang as ’false’ instead of ’NIL’.
Send a Lisp string to Erlang as a binary instead of a list.
Send the Lisp T to Erlang as ’true’ instead of ’T’.
Creates an Erlang binary from BYTES.
Translates the bytes in BINARY to an ASCII string.
Creates an Erlang binary from BYTES.
Decode a sequence of bytes to an Erlang object.
Encode an Erlang object into a sequence of bytes.
Returns true if OBJECT is translatable to an Erlang object.
Creates an Erlang binary from the characters in STRING.
Create an Erlang tuple
Returns the arity of an Erlang tuple or fun.
erlang-tuple
)) ¶The number of elements of Erlang tuple X.
erlang-fun
)) ¶The arity of an Erlang Fun.
erlang-binary
)) ¶The number of bits in the last byte of an Erlang binary.
bits
.
erlang-binary
)) ¶Returns a vector of bytes from an Erlang binary.
malformed-external-erlang-term-error
)) ¶malformed-message-error
)) ¶atom-not-in-cache-error
)) ¶atom-cache-missing-error
)) ¶erlang-tuple
)) ¶automatically generated reader method
Get and return the atom from CACHE identified by REFERENCE.
The second return value is a boolean that indicates whether an atom was found
for REFERENCE. The first return value is NIL when no atom is found.
Predicate for testing if two Erlang objects match.
erlang-tuple
) (b erlang-tuple
)) ¶string
) (b string
)) ¶erlang-pid
) (b erlang-pid
)) ¶list
) (b list
)) ¶integer
) (b integer
)) ¶erlang-new-internal-fun
) (b erlang-new-internal-fun
)) ¶erlang-internal-fun
) (b erlang-internal-fun
)) ¶erlang-external-fun
) (b erlang-external-fun
)) ¶erlang-fun
) (b erlang-fun
)) ¶float
) (b float
)) ¶erlang-binary
) (b erlang-binary
)) ¶symbol
) (b symbol
)) ¶erlang-identifier
) (b erlang-identifier
)) ¶erlang-fun
)) ¶automatically generated reader method
erlang-identifier
)) ¶automatically generated reader method
node
.
Put ATOM into CACHE, creating a new entry for it if it does
not already exist. Returns the reference that identifies the atom, otherwise
returns NIL if for some reason the atom could not be cached.
Returns the size of an Erlang tuple or binary.
erlang-tuple
)) ¶The number of elements of Erlang tuple X.
erlang-binary
)) ¶The byte-size of Erlang binary X.
erlang-binary
) &key bits bytes &allow-other-keys) ¶Strip unused bits in last byte when making a bit-binary.
erlang-object
) &optional environment) ¶erlang-port
) stream) ¶erlang-reference
) stream) ¶erlang-binary
) stream) ¶erlang-pid
) stream) ¶erlang-tuple
) stream) ¶erlang-external-fun
) stream) ¶This error is signaled when an encoded Erlang term is malformed.
error
.
The signaling function is not implemented yet.
program-error
.
This error is signaled when an unexpected message tag is read.
This error is signaled when trying to encode an unencodable object.
error
.
Erlang binary.
Returns a vector of bytes from an Erlang binary.
:bytes
This slot is read-only.
The number of bits in the last byte of an Erlang binary.
8
:bits
This slot is read-only.
Erlang fun in external format (module:function/arity).
common-lisp
.
:function
Erlang fun.
Erlang fun in internal format.
Erlang fun in new internal format.
Erlang fun in old internal-format
Erlang PID.
:serial
Erlang port.
Erlang ref.
Erlang tuple.
A type that encompasses all types of Lisp objects that can be translated to Erlang objects.
atom-not-in-cache-error
)) ¶not-implemented-error
)) ¶Decodes a byte vector into an Erlang translatable object.
(eql 105)
) bytes pos) ¶(eql 104)
) bytes pos) ¶(eql 107)
) bytes pos) ¶(eql 114)
) bytes pos) ¶(eql 101)
) bytes pos) ¶(eql 102)
) bytes pos) ¶(eql 103)
) bytes pos) ¶(eql 108)
) bytes pos) ¶(eql 106)
) bytes pos) ¶(eql 111)
) bytes pos) ¶(eql 110)
) bytes pos) ¶(eql 98)
) bytes pos) ¶(eql 97)
) bytes pos) ¶(eql 99)
) bytes pos) ¶(eql 70)
) bytes pos) ¶(eql 77)
) bytes pos) ¶(eql 109)
) bytes pos) ¶(eql 115)
) bytes pos) ¶(eql 100)
) bytes pos) ¶(eql 82)
) bytes pos) ¶(eql 80)
) bytes pos) ¶Encodes the Erlang translatable object to a byte vector.
erlang-tuple
)) ¶string
)) ¶erlang-reference
)) ¶erlang-port
)) ¶erlang-pid
)) ¶list
)) ¶integer
)) ¶erlang-new-internal-fun
)) ¶erlang-old-internal-fun
)) ¶erlang-external-fun
)) ¶float
)) ¶erlang-binary
)) ¶symbol
)) ¶unexpected-message-length-error
)) ¶unexpected-message-tag-error
)) ¶erlang-internal-fun
)) ¶automatically generated reader method
untranslatable-lisp-object-error
)) ¶unexpected-message-length-error
)) ¶unexpected-message-tag-error
)) ¶This error is signaled when attempting to decode a atom cache reference without an atom cache to fetch the atom from.
error
.
This error is signaled when attempting to decode a atom cache reference and there is no corresponding atom in the atom cache.
error
.
:atom-reference
This slot is read-only.
This error is signaled when a protocol message is malformed.
error
.
This error is signaled when the specified length of a message is not the expected length.
Jump to: | A B C D E F G I K L M N O P R S T U W Z |
---|
Jump to: | A B C D E F G I K L M N O P R S T U W Z |
---|
Jump to: | *
+
A B C E F I M N O P R S U |
---|
Jump to: | *
+
A B C E F I M N O P R S U |
---|
Jump to: | A B C E F G M N P S T U |
---|
Jump to: | A B C E F G M N P S T U |
---|