(root)/
gettext-0.22.4/
libtextstyle/
lib/
term_styled_ostream.priv.h
       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    char *css_filename;
      14     
      15    CRCascade *css_document;
      16     
      17    CRSelEng *css_engine;
      18     
      19    char *curr_classes;
      20    size_t curr_classes_length;
      21    size_t curr_classes_allocated;
      22     
      23    hash_table cache;
      24     
      25    attributes_t *curr_attr;
      26  };