19 #ifndef _STLP_STRING_IO_H 20 #define _STLP_STRING_IO_H 22 #ifndef _STLP_INTERNAL_OSTREAM_H 26 #ifndef _STLP_INTERNAL_ISTREAM 33 template <
class _CharT,
class _Traits,
class _Alloc>
38 #if defined (_STLP_USE_TEMPLATE_EXPRESSION) 40 template <
class _CharT,
class _Traits,
class _Alloc,
class _Left,
class _Right,
class _StorageDir>
50 template <
class _CharT,
class _Traits,
class _Alloc>
55 template <
class _CharT,
class _Traits,
class _Alloc>
61 #if !(defined (__BORLANDC__) && !defined (_STLP_USE_OWN_NAMESPACE)) 63 template <
class _CharT,
class _Traits,
class _Alloc>
73 #if !defined (_STLP_LINK_TIME_INSTANTIATION)
basic_istream< _CharT, _Traits > &_STLP_CALL getline(basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__s, _CharT __delim)
_STLP_BEGIN_NAMESPACE basic_ostream< _CharT, _Traits > &_STLP_CALL operator<<(basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__s)
basic_istream< _CharT, _Traits > &_STLP_CALL operator>>(basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__s)
#define _STLP_END_NAMESPACE
#define _STLP_BEGIN_NAMESPACE