#include <FdStream.H>
Inheritance diagram for FS::OFdStream:
Public Member Functions | |
OFdStream () | |
OFdStream (int fd) | |
OFdStream (const char *filename, FdStreambuf::stream_mode_t mode=std::ios::out, mode_t prot=0644, bool create=true, bool replace=true) | |
void | open (const char *filename, FdStreambuf::stream_mode_t mode=std::ios::out, mode_t prot=0644, bool create=true, bool replace=true) |
|
Definition at line 190 of file FdStream.H. |
|
Definition at line 191 of file FdStream.H. |
|
Definition at line 192 of file FdStream.H. |
|
Reimplemented from FS::FdStreamBase. Definition at line 200 of file FdStream.H. References FdCache::open(). Referenced by AtomicFile::open(). |