Searched defs:istreambuf_iterator (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/
H A Dnum_get.cpp105 template class _STLP_CLASS_DECLSPEC istreambuf_iterator<char, char_traits<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
107 template class num_get<char, istreambuf_iterator<char, char_traits<char> > >;
110 template class _STLP_CLASS_DECLSPEC istreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
111 template class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
/external/stlport/stlport/stl/
H A D_istreambuf_iterator.h45 class istreambuf_iterator : class in inherits:iterator
62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); } function in class:istreambuf_iterator
63 // istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) { this->_M_init(_M_get_istreambuf(__is)); }
64 inline istreambuf_iterator(basic_istream<_CharT, _Traits>& __is);
67 istreambuf_iterator<_CharT, _Traits>& operator++() {
72 istreambuf_iterator<_CharT, _Traits> operator++(int);
74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { argument
106 inline istreambuf_iterator<_CharT, _Traits>::istreambuf_iterator(basic_istream<_CharT, _Traits>& __is) function in class:istreambuf_iterator
110 inline bool _STLP_CALL operator==(const istreambuf_iterator<_Char argument
118 operator !=(const istreambuf_iterator<_CharT, _Traits>& __x, const istreambuf_iterator<_CharT, _Traits>& __y) argument
126 _STLP_EXPORT_TEMPLATE_CLASS istreambuf_iterator<char, char_traits<char> >; variable
128 _STLP_EXPORT_TEMPLATE_CLASS istreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
134 iterator_category(const istreambuf_iterator<_CharT, _Traits>&) argument
137 distance_type(const istreambuf_iterator<_CharT, _Traits>&) argument
139 value_type(const istreambuf_iterator<_CharT, _Traits>&) argument
[all...]

Completed in 105 milliseconds