• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
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.  */
7struct 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