#include <FdStream.H>
Inheritance diagram for FS::IFdStream:
Public Member Functions | |
IFdStream () | |
IFdStream (int fd) | |
IFdStream (const char *filename, FdStreambuf::stream_mode_t mode=std::ios::in, mode_t prot=0644, bool create=true, bool replace=true) | |
void | open (const char *filename, FdStreambuf::stream_mode_t mode=std::ios::in, mode_t prot=0644, bool create=true, bool replace=true) |
|
Definition at line 166 of file FdStream.H. |
|
Definition at line 167 of file FdStream.H. |
|
Definition at line 168 of file FdStream.H. |
|
Reimplemented from FS::FdStreamBase. Definition at line 176 of file FdStream.H. References FdCache::open(). |