(root)/
gettext-0.22.4/
libtextstyle/
lib/
memory_ostream.priv.h
       1  /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
       2  
       3  /* Field layout of superclass.  */
       4  #include "ostream.priv.h"
       5  
       6  /* Field layout of memory_ostream class.  */
       7  struct memory_ostream_representation
       8  {
       9    struct ostream_representation base;
      10    char *buffer;                  
      11    size_t buflen;                 
      12    size_t allocated;              
      13  };