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

/haiku/headers/cpp/
H A Dfstream.h70 class ofstream : public fstreambase, public ostream { class in inherits:fstreambase,ostream
72 ofstream() : fstreambase() { } function in class:ofstream
73 ofstream(int fd) : fstreambase(fd) { } function in class:ofstream
74 ofstream(int fd, char *p, int l) : fstreambase(fd, p, l) { } /*Deprecated*/ function in class:ofstream
75 ofstream(const char *name, int mode=ios::out, int prot=0664) function in class:ofstream

Completed in 172 milliseconds