OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ostream_type
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_ostreambuf_iterator.h
48
typedef basic_ostream<_CharT, _Traits>
ostream_type
;
typedef in class:ostreambuf_iterator
58
// ostreambuf_iterator(
ostream_type
& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59
inline ostreambuf_iterator(
ostream_type
& __o) _STLP_NOTHROW;
_stream_iterator.h
173
typedef basic_ostream<_CharT, _Traits>
ostream_type
;
typedef in class:ostream_iterator
177
ostream_iterator(
ostream_type
& __s) : _M_stream(&__s), _M_string(0) {}
178
ostream_iterator(
ostream_type
& __s, const _CharT* __c)
189
ostream_type
* _M_stream;
Completed in 19 milliseconds