summaryrefslogtreecommitdiff
path: root/libtextstyle
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-12-15 20:43:12 +0100
committerBruno Haible <bruno@clisp.org>2020-12-15 20:43:12 +0100
commit31a0933c61f5f0e7d6207dd51a56d53dd5d779fd (patch)
tree1170bd75415a17f6d811c5b354ac2fc51ad5700f /libtextstyle
parentbc8b756841727f1887dcf17fc628af18943dd30c (diff)
downloadgettext-31a0933c61f5f0e7d6207dd51a56d53dd5d779fd.tar.gz
libtextstyle: Doc update.
* libtextstyle/doc/libtextstyle.texi (The output stream hierarchy): Add is_instance_of_* functions to the index.
Diffstat (limited to 'libtextstyle')
-rw-r--r--libtextstyle/doc/libtextstyle.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/libtextstyle/doc/libtextstyle.texi b/libtextstyle/doc/libtextstyle.texi
index 82860aa29..d45aeb736 100644
--- a/libtextstyle/doc/libtextstyle.texi
+++ b/libtextstyle/doc/libtextstyle.texi
@@ -827,6 +827,16 @@ can also be performed, provided that the object is actually an instance
of @samp{some_ostream_t}. You can test whether an object is an instance
of @samp{some_ostream_t} by invoking the method
@samp{bool is_instance_of_some_ostream (ostream_t stream)}.
+@findex is_instance_of_styled_ostream
+@findex is_instance_of_file_ostream
+@findex is_instance_of_fd_ostream
+@findex is_instance_of_term_ostream
+@findex is_instance_of_memory_ostream
+@findex is_instance_of_iconv_ostream
+@findex is_instance_of_html_ostream
+@findex is_instance_of_term_styled_ostream
+@findex is_instance_of_html_styled_ostream
+@findex is_instance_of_noop_styled_ostream
@item
Every method @samp{ostream_@var{foobar}} exists also as a method
@samp{some_ostream_@var{foobar}} with compatible argument types and a