ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Macros | |
#define | _STLP_STRING_IO_C |
Functions | |
template<class _CharT , class _Traits > | |
_STLP_BEGIN_NAMESPACE bool _STLP_CALL | __stlp_string_fill (basic_ostream< _CharT, _Traits > &__os, basic_streambuf< _CharT, _Traits > *__buf, streamsize __n) |
template<class _CharT , class _Traits , class _Alloc > | |
basic_ostream< _CharT, _Traits > &_STLP_CALL | operator<< (basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__s) |
template<class _CharT , class _Traits , class _Alloc > | |
basic_istream< _CharT, _Traits > &_STLP_CALL | operator>> (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__s) |
template<class _CharT , class _Traits , class _Alloc > | |
basic_istream< _CharT, _Traits > &_STLP_CALL | getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__s, _CharT __delim) |
#define _STLP_STRING_IO_C |
Definition at line 2 of file _string_io.c.
_STLP_BEGIN_NAMESPACE bool _STLP_CALL __stlp_string_fill | ( | basic_ostream< _CharT, _Traits > & | __os, |
basic_streambuf< _CharT, _Traits > * | __buf, | ||
streamsize | __n | ||
) |
Definition at line 16 of file _string_io.c.
Referenced by operator<<().
basic_istream< _CharT, _Traits > &_STLP_CALL getline | ( | basic_istream< _CharT, _Traits > & | __is, |
basic_string< _CharT, _Traits, _Alloc > & | __s, | ||
_CharT | __delim | ||
) |
Definition at line 133 of file _string_io.c.
basic_ostream< _CharT, _Traits > &_STLP_CALL operator<< | ( | basic_ostream< _CharT, _Traits > & | __os, |
const basic_string< _CharT, _Traits, _Alloc > & | __s | ||
) |
Definition at line 29 of file _string_io.c.
basic_istream< _CharT, _Traits > &_STLP_CALL operator>> | ( | basic_istream< _CharT, _Traits > & | __is, |
basic_string< _CharT, _Traits, _Alloc > & | __s | ||
) |
Definition at line 69 of file _string_io.c.