1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2 
3 /* Field layout of superclass.  */
4 #include "styled_ostream.priv.h"
5 
6 /* Field layout of term_styled_ostream class.  */
7 struct term_styled_ostream_representation
8 {
9   struct styled_ostream_representation base;
10 
11   term_ostream_t destination;
12 
13   CRCascade *css_document;
14 
15   CRSelEng *css_engine;
16 
17   char *curr_classes;
18   size_t curr_classes_length;
19   size_t curr_classes_allocated;
20 
21   hash_table cache;
22 
23   attributes_t *curr_attr;
24 };
25