1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2
3 /* Field layout of superclass. */
4 #include "ostream.priv.h"
5
6 /* Field layout of html_ostream class. */
7 struct html_ostream_representation
8 {
9 struct ostream_representation base;
10
11 ostream_t destination;
12
13 char *hyperlink_ref;
14
15 gl_list_t class_stack;
16
17 size_t curr_class_stack_size;
18 size_t last_class_stack_size;
19
20 #define BUFSIZE 6
21 char buf[BUFSIZE];
22 size_t buflen;
23 };