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   html_ostream_t html_destination;
14 
15   char *hyperlink_id;
16 };
17