Searched defs:html_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-ostream.h33 struct html_ostream_t struct
38 html_ostream_t () : _pointer (NULL) {} function in struct:html_ostream_t
39 html_ostream_t (struct html_ostream_representation *pointer) : _pointer (pointer) {} function in struct:html_ostream_t
47 explicit html_ostream_t (ostream_t x) : _pointer ((struct html_ostream_representation *) (void *) x) {} function in struct:html_ostream_t
50 typedef ostream_t html_ostream_t; typedef
[all...]

Completed in 37 milliseconds