X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1dd7dba9fd7f420f82fe6dec068f8925c87debd3..5897a8d4f56db50164f054332a2fe5c33328eb51:/doc/meta.tex diff --git a/doc/meta.tex b/doc/meta.tex index dbbf2d6..f341414 100644 --- a/doc/meta.tex +++ b/doc/meta.tex @@ -159,11 +159,12 @@ {\dhead{gf} {make-sod-instance-initializer \=@ @ @ @ @ \\ - \>\&key :inhibit-initargs :location + \>\&key :inhibit-initargs :location :add-to-class \nlret @} \dhead{gf} {make-sod-class-initializer - \=@ @ @ @ @ \&key :location + \=@ @ @ @ @ \\ + \>\&key :location :add-to-class \nlret @}} \end{describe*} @@ -216,13 +217,15 @@ \&key :location}} \end{describe*} -\begin{describe}{cls}{sod-message () \&key :name :location :class :type} +\begin{describe}{cls} + {sod-message () \&key :name :location :readonly :class :type} \end{describe} \begin{describe*} {\dhead{gf}{sod-message-name @ @> @} \dhead{meth}{sod-message} {file-location (@ sod-message) @> @} + \dhead{gf}{sod-message-readonly-p @ @> @} \dhead{gf}{sod-message-class @ @> @} \dhead{gf}{sod-message-type @ @> @}} \end{describe*} @@ -291,6 +294,29 @@ {check-method-argument-lists @ @} \end{describe} +\begin{describe}{cls} + {static-instance () + \&key :name :location :externp :constp :class :initializers} +\end{describe} + +\begin{describe*} + {\dhead{gf}{static-instance-name @ @> @} + \dhead{gf}{static-instance-extern-p @ + @> @} + \dhead{gf}{static-instance-const-p @ + @> @} + \dhead{gf}{static-instance-class @ @> @} + \dhead{gf}{static-instance-initializers @ @> @} + \dhead{gf} + {setf (static-instance-initializers @) @}} +\end{describe*} + +\begin{describe}{gf} + {make-static-instance @ @ @ + @ @ \&key + \nlret @} +\end{describe} + %%%-------------------------------------------------------------------------- \section{Class finalization protocol} \label{sec:meta.finalization}