oeofstream

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  
The following classes derive from this class:
  • oeopstream

Constructors

oeofstream()
oeofstream(int ofd)
oeofstream(const char *filename)
oeofstream(const std::string &filename)

Default and copy constructors.

append

bool append(const char *filename)
bool append(const std::string &filename)

fd

int fd() const

openfd

bool openfd(int ofd, bool closefd)