File: html_ostream.vt.h

package info (click to toggle)
gettext 0.23.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 167,652 kB
  • sloc: ansic: 532,868; sh: 68,216; perl: 28,011; makefile: 9,046; lisp: 3,184; yacc: 1,055; java: 615; cs: 589; cpp: 397; objc: 343; sed: 79; tcl: 63; xml: 40; pascal: 11; awk: 7; php: 7
file content (12 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */

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

/* Virtual function table layout of html_ostream class.  */
         void (*begin_span) (THIS_ARG, const char *classname);
         void (*end_span) (THIS_ARG, const char *classname);
        const char * (*get_hyperlink_ref) (THIS_ARG);
   void (*set_hyperlink_ref) (THIS_ARG, const char *ref);
             void (*flush_to_current_style) (THIS_ARG);
        ostream_t (*get_destination) (THIS_ARG);