doc/concepts.tex: Mention class-slot initializers; cross-ref to metaclasses.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:42:18 +0000 (14:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:56:30 +0000 (14:56 +0100)
doc/concepts.tex

index 394913c..399b148 100644 (file)
@@ -240,6 +240,10 @@ the @|me| pointer: in an initializer for a slot defined by a class $C$, @|me|
 has type `pointer to $C$'.  (Note that the type of @|me| depends only on the
 class which defined the slot, not the class which defined the initializer.)
 
+A class can also define \emph{class slot initializers}, which provide values
+for a slot defined by its metaclass; see \xref{sec:concepts.metaclasses} for
+details.
+
 
 \subsection{C language integration} \label{sec:concepts.classes.c}