/home/ntakagi/work/STLport-5.1.5/stlport/stl/_string_io.h File Reference

#include <stl/_ostream.h>
#include <stl/_istream.h>
#include <stl/_string_io.c>

Go to the source code of this file.

Functions

template<class _CharT, class _Traits, class _Alloc>
_STLP_BEGIN_NAMESPACE 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)
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)


Function Documentation

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 
) [inline]

Definition at line 65 of file _string_io.h.

References getline(), and basic_ios< _CharT, _Traits >::widen().

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 
)

template<class _CharT, class _Traits, class _Alloc>
_STLP_BEGIN_NAMESPACE basic_ostream<_CharT, _Traits>& _STLP_CALL operator<< ( basic_ostream< _CharT, _Traits > &  __os,
const basic_string< _CharT, _Traits, _Alloc > &  __s 
)



Generated on Mon Mar 10 15:32:50 2008 by  doxygen 1.5.1