summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-lib/html_ostream.priv.h
blob: fb1a4d07d66063ce1fd05d0a74d454040ed012bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */

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

/* Field layout of html_ostream class.  */
struct html_ostream_representation
{
  struct ostream_representation base;
   
  ostream_t destination;
   
  gl_list_t   class_stack;
   
  size_t curr_class_stack_size;
  size_t last_class_stack_size;
   
  #define BUFSIZE 6
  char buf[BUFSIZE];
  size_t buflen;
};