This is the complete list of members for ucommon::filestream, including all inherited members.
__DELETE_COPY(StreamBuffer) | ucommon::StreamBuffer | private |
ac | ucommon::filestream | protected |
access_t enum name | ucommon::filestream | |
allocate(size_t size, fsys::access_t mode) | ucommon::filestream | private |
ucommon::StreamBuffer::allocate(size_t size) | ucommon::StreamBuffer | protected |
bufsize | ucommon::StreamBuffer | protected |
close(void) | ucommon::filestream | |
err(void) const | ucommon::filestream | inline |
fd | ucommon::filestream | protected |
filestream() | ucommon::filestream | |
filestream(const filestream ©) | ucommon::filestream | |
filestream(const char *path, unsigned mode, fsys::access_t access, size_t bufsize=512) | ucommon::filestream | |
filestream(const char *path, fsys::access_t access, size_t bufsize=512) | ucommon::filestream | |
gbuf | ucommon::StreamBuffer | protected |
is_open(void) const | ucommon::StreamBuffer | inline |
open(const char *filename, fsys::access_t access, size_t buffering=512) | ucommon::filestream | |
open(const char *filename, unsigned mode, fsys::access_t access, size_t buffering=512) | ucommon::filestream | |
operator bool() const | ucommon::filestream | inline |
operator!() const | ucommon::filestream | inline |
overflow(int ch) __OVERRIDE | ucommon::filestream | protected |
pbuf | ucommon::StreamBuffer | protected |
RDONLY enum value | ucommon::filestream | |
RDWR enum value | ucommon::filestream | |
release(void) | ucommon::StreamBuffer | protected |
rewind(void) | ucommon::filestream | |
seek(fsys::offset_t offset) | ucommon::filestream | |
StreamBuffer() | ucommon::StreamBuffer | protected |
sync(void) | ucommon::StreamBuffer | |
uflow() __OVERRIDE | ucommon::StreamBuffer | protected |
underflow(void) __OVERRIDE | ucommon::filestream | protected |
WRONLY enum value | ucommon::filestream | |
~filestream() | ucommon::filestream | virtual |