_string_io.h File Reference

_OSTREAM_DLL

_STLP_BEGIN_NAMESPACE typedef ostream_OSTREAM_DLL

Typedef _ISTREAM_DLL

typedef istream _ISTREAM_DLL

operator<< ( _OSTREAM_DLL &, const basic_string< _CharT, _Traits, _Alloc > & )

_OSTREAM_DLL &_STLP_CALLoperator<<(_OSTREAM_DLL &__os,
const basic_string< _CharT, _Traits, _Alloc > &__s
)

operator>> ( _ISTREAM_DLL &, basic_string< _CharT, _Traits, _Alloc > & )

_ISTREAM_DLL &_STLP_CALLoperator>>(_ISTREAM_DLL &__is,
basic_string< _CharT, _Traits, _Alloc > &__s
)

getline ( _ISTREAM_DLL &, basic_string< _CharT, _Traits, _Alloc > &, _CharT )

_ISTREAM_DLL &_STLP_CALLgetline(_ISTREAM_DLL &__is,
basic_string< _CharT, _Traits, _Alloc > &__s,
_CharT__delim
)

getline ( _ISTREAM_DLL &, basic_string< _CharT, _Traits, _Alloc > & )

_ISTREAM_DLL &_STLP_CALLgetline(_ISTREAM_DLL &__is,
basic_string< _CharT, _Traits, _Alloc > &__s
)[inline]

__stlp_string_fill ( _OSTREAM_DLL &, streambuf *, size_t )

void _STLP_CALL__stlp_string_fill(_OSTREAM_DLL &__os,
streambuf *__buf,
size_t__n
)[inline]