Searched refs:fstreambase (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dfstream.h33 class fstreambase : virtual public ios { class in inherits:ios
39 fstreambase();
40 fstreambase(int fd);
41 fstreambase(int fd, char *p, int l); /* Deprecated */
42 fstreambase(const char *name, int mode, int prot=0664);
55 fstreambase& raw() { rdbuf()->setbuf(NULL, 0); return *this; }
59 class ifstream : public fstreambase, public istream {
61 ifstream() : fstreambase() { }
62 ifstream(int fd) : fstreambase(fd) { }
63 ifstream(int fd, char *p, int l) : fstreambase(f
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dfstream.cc37 fstreambase::__fb_init()
52 fstreambase::fstreambase() function in class:fstreambase
57 fstreambase::fstreambase(int fd) function in class:fstreambase
63 fstreambase::fstreambase(const char *name, int mode, int prot) function in class:fstreambase
70 fstreambase::fstreambase(int fd, char *p, int l) function in class:fstreambase
81 void fstreambase
[all...]

Completed in 59 milliseconds