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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-ostream.h70 struct term_ostream_t struct
75 term_ostream_t () : _pointer (NULL) {} function in struct:term_ostream_t
76 term_ostream_t (struct term_ostream_representation *pointer) : _pointer (pointer) {} function in struct:term_ostream_t
84 explicit term_ostream_t (ostream_t x) : _pointer ((struct term_ostream_representation *) (void *) x) {} function in struct:term_ostream_t
87 typedef ostream_t term_ostream_t; typedef
[all...]

Completed in 53 milliseconds