summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-lib/html_styled_ostream.priv.h
blob: f346ab52e74a433c7544e7a4e4177d061a802ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */

/* Field layout of superclass.  */
#include "styled_ostream.priv.h"

/* Field layout of html_styled_ostream class.  */
struct html_styled_ostream_representation
{
  struct styled_ostream_representation base;
   
  ostream_t destination;
   
  html_ostream_t html_destination;
};