reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/stl_algobase.h
  398     class ostreambuf_iterator;
usr/include/c++/7.4.0/iosfwd
  128     class ostreambuf_iterator;

References

usr/include/c++/7.4.0/bits/basic_ios.h
   88       typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
usr/include/c++/7.4.0/bits/locale_facets.h
  118     ostreambuf_iterator<_CharT>
  119     __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len)
usr/include/c++/7.4.0/bits/stl_algobase.h
  402 	     ostreambuf_iterator<_CharT, char_traits<_CharT> > >::__type
  404 		   ostreambuf_iterator<_CharT, char_traits<_CharT> >);
  408 	     ostreambuf_iterator<_CharT, char_traits<_CharT> > >::__type
  410 		   ostreambuf_iterator<_CharT, char_traits<_CharT> >);
usr/include/c++/7.4.0/bits/streambuf_iterator.h
   73 		                    ostreambuf_iterator<_CharT2> >::__type
   75 	     ostreambuf_iterator<_CharT2>);
  231 		                    ostreambuf_iterator<_CharT2> >::__type
  233 	     ostreambuf_iterator<_CharT2>);
  249       ostreambuf_iterator&
  259       ostreambuf_iterator&
  264       ostreambuf_iterator&
  269       ostreambuf_iterator&
  278       ostreambuf_iterator&
  292     	                 	    ostreambuf_iterator<_CharT> >::__type
  295 	 ostreambuf_iterator<_CharT> __result)
  309     				    ostreambuf_iterator<_CharT> >::__type
  311 		   ostreambuf_iterator<_CharT> __result)
  321 				    ostreambuf_iterator<_CharT> >::__type
  323 		   ostreambuf_iterator<_CharT> __result)
usr/include/c++/7.4.0/iomanip
  319 	      typedef ostreambuf_iterator<_CharT, _Traits>   _Iter;
  371               typedef ostreambuf_iterator<_CharT, _Traits>   _Iter;
usr/include/c++/7.4.0/ostream
   72       typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >