_STLP_BEGIN_NAMESPACE typedef ostream | _OSTREAM_DLL |
typedef istream | _ISTREAM_DLL |
_OSTREAM_DLL &_STLP_CALL | operator<< | ( | _OSTREAM_DLL & | __os, |
const basic_string< _CharT, _Traits, _Alloc > & | __s | |||
) |
_ISTREAM_DLL &_STLP_CALL | operator>> | ( | _ISTREAM_DLL & | __is, |
basic_string< _CharT, _Traits, _Alloc > & | __s | |||
) |
_ISTREAM_DLL &_STLP_CALL | getline | ( | _ISTREAM_DLL & | __is, |
basic_string< _CharT, _Traits, _Alloc > & | __s, | |||
_CharT | __delim | |||
) |
_ISTREAM_DLL &_STLP_CALL | getline | ( | _ISTREAM_DLL & | __is, |
basic_string< _CharT, _Traits, _Alloc > & | __s | |||
) | [inline] |
void _STLP_CALL | __stlp_string_fill | ( | _OSTREAM_DLL & | __os, |
streambuf * | __buf, | |||
size_t | __n | |||
) | [inline] |