1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
3 /* Field layout of superclass. */
4 #include "styled_ostream.priv.h"
5
6 /* Field layout of html_styled_ostream class. */
7 struct html_styled_ostream_representation
8 {
9 struct styled_ostream_representation base;
10
11 ostream_t destination;
12
13 char *css_filename;
14
15 html_ostream_t html_destination;
16
17 char *hyperlink_id;
18 };