Searched defs:html_styled_ostream_t (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-styled-ostream.h33 struct html_styled_ostream_t struct
38 html_styled_ostream_t () : _pointer (NULL) {} function in struct:html_styled_ostream_t
39 html_styled_ostream_t (struct html_styled_ostream_representation *pointer) : _pointer (pointer) {} function in struct:html_styled_ostream_t
48 explicit html_styled_ostream_t (ostream_t x) : _pointer ((struct html_styled_ostream_representation *) (void *) x) {} function in struct:html_styled_ostream_t
50 explicit html_styled_ostream_t (styled_ostream_t x) : _pointer ((struct html_styled_ostream_representation *) (void *) x) {} function in struct:html_styled_ostream_t
53 typedef styled_ostream_t html_styled_ostream_t; typedef
[all...]

Completed in 94 milliseconds