class oeofstream : public oeostream
This class represents oeofstream.
The following methods are publicly inherited from oeostream:
| operator | flush | putbyte |
| close | open | write |
The following methods are publicly inherited from oestream:
| operator bool | rewind | tell |
| eof | seek | |
| length | size |
oeofstream()
oeofstream(int ofd)
oeofstream(const char *filename)
oeofstream(const std::string &filename)
Default and copy constructors.
bool append(const char *filename)
bool append(const std::string &filename)
int fd() const
bool openfd(int ofd, bool closefd)