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

/* Virtual function table layout of superclass.  */
#include "ostream.vt.h"

/* Virtual function table layout of term_ostream class.  */
        term_color_t (*rgb_to_color) (THIS_ARG,                              int red, int green, int blue);
        term_color_t (*get_color) (THIS_ARG);
   void         (*set_color) (THIS_ARG, term_color_t color);
        term_color_t (*get_bgcolor) (THIS_ARG);
   void         (*set_bgcolor) (THIS_ARG, term_color_t color);
        term_weight_t (*get_weight) (THIS_ARG);
   void          (*set_weight) (THIS_ARG, term_weight_t weight);
        term_posture_t (*get_posture) (THIS_ARG);
   void           (*set_posture) (THIS_ARG, term_posture_t posture);
        term_underline_t (*get_underline) (THIS_ARG);
   void             (*set_underline) (THIS_ARG,                                   term_underline_t underline);