Home
last modified time | relevance | path

Searched refs:iostream (Results 1 – 11 of 11) sorted by relevance

/haiku/headers/cpp/
H A Diostream6 #include <iostream.h>
H A Diterator34 #include <iostream>
36 #include <iostream.h>
H A Diosfwd10 class iostream;
H A Dsstream1 /* This is part of libio/iostream, providing -*- C++ -*- input/output.
31 #include <iostream.h>
304 class stringstream : public iostream {
313 : iostream(&sb), sb(which)
318 : iostream(&sb), sb(str, which)
H A Diostream.h243 class iostream : public istream, public ostream
246 iostream() { } in iostream() function
247 iostream(streambuf* sb, ostream*tied=NULL);
H A Dnumeric33 #include <iostream.h>
H A Dfstream.h81 class fstream : public fstreambase, public iostream {
H A Dstrstream.h102 class strstream : public strstreambase, public iostream {
H A Dbitset42 #include <iostream.h> // for istream, ostream
/haiku/src/libs/stdc++/legacy/
H A DJamfile124 iostream.cc
172 iostream.o
H A Diostream.cc1071 iostream::iostream(streambuf* sb, ostream* tied) in iostream() function in iostream