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

#include <stl/_string_io.h>
#include <stl/_ctype.h>

Go to the source code of this file.

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)


Function Documentation

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_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.

Referenced by getline().

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 
)

Definition at line 30 of file _string_io.c.

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 
)

Definition at line 69 of file _string_io.c.



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