Searched defs:fd_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 Dfd-ostream.h35 struct fd_ostream_t struct
40 fd_ostream_t () : _pointer (NULL) {} function in struct:fd_ostream_t
41 fd_ostream_t (struct fd_ostream_representation *pointer) : _pointer (pointer) {} function in struct:fd_ostream_t
49 explicit fd_ostream_t (ostream_t x) : _pointer ((struct fd_ostream_representation *) (void *) x) {} function in struct:fd_ostream_t
52 typedef ostream_t fd_ostream_t; typedef
[all...]

Completed in 51 milliseconds