(root)/
gettext-0.22.4/
libtextstyle/
lib/
noop_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 noop_styled_ostream class.  */
       7  struct noop_styled_ostream_representation
       8  {
       9    struct styled_ostream_representation base;
      10     
      11    ostream_t destination;
      12    bool own_destination;
      13     
      14    char *hyperlink_ref;
      15    char *hyperlink_id;
      16  };