Structure used to read from/write to file. More...
#include <fileio.h>
Data Fields | |
int | fd |
File descriptor. More... | |
int | _error |
Error code for use with RBuffer callbacks or zero. More... | |
RBuffer * | rv |
Read or write buffer. More... | |
bool | wr |
True if file is in write mode. More... | |
bool | eof |
True if end of file was encountered. More... | |
bool | non_blocking |
True if EAGAIN should not restart syscalls. More... | |
Structure used to read from/write to file.
int FileDescriptor::_error |
Error code for use with RBuffer callbacks or zero.
bool FileDescriptor::eof |
True if end of file was encountered.
int FileDescriptor::fd |
File descriptor.
bool FileDescriptor::non_blocking |
True if EAGAIN should not restart syscalls.
RBuffer* FileDescriptor::rv |
Read or write buffer.
bool FileDescriptor::wr |
True if file is in write mode.