Next: The noop_styled_ostream
class, Previous: The term_styled_ostream
class, Up: Concrete styled_ostream
subclasses [Contents][Index]
html_styled_ostream
classThe html_styled_ostream
class supports styled output to any
destination, in HTML syntax. Its type is ‘html_styled_ostream_t’.
It is a subclass of ‘styled_ostream_t’.
It can be instantiated through this function:
Creates an output stream that takes input in the UTF-8 encoding and
writes it in HTML form on destination
, styled with the file
css_filename
.
Note: The resulting stream must be closed before destination
can be closed.