This is the complete list of members for DavixFile, including all inherited members.
abort(void) | DavixFile | virtual |
close(void) override | DavixFile | virtual |
configureDavixLogLevel() | DavixFile | static |
create(const char *name, bool exclusive=false, int perms=0666) | DavixFile | virtual |
create(const std::string &name, bool exclusive=false, int perms=0666) | DavixFile | virtual |
CURRENT enum value | Storage | |
DavixFile(void) | DavixFile | |
DavixFile(const char *name, int flags=IOFlags::OpenRead, int perms=0666) | DavixFile | |
DavixFile(const std::string &name, int flags=IOFlags::OpenRead, int perms=0666) | DavixFile | |
END enum value | Storage | |
eof(void) const | Storage | virtual |
flush(void) | Storage | virtual |
m_davixPosix | DavixFile | private |
m_fd | DavixFile | private |
m_name | DavixFile | private |
open(const char *name, int flags=IOFlags::OpenRead, int perms=0666) | DavixFile | virtual |
open(const std::string &name, int flags=IOFlags::OpenRead, int perms=0666) | DavixFile | virtual |
position(IOOffset offset, Relative whence=SET) override | DavixFile | virtual |
Storage::position(void) const | Storage | virtual |
prefetch(const IOPosBuffer *what, IOSize n) | Storage | virtual |
read(void *into, IOSize n) override | DavixFile | virtual |
Storage::read(void *into, IOSize n, IOOffset pos) | Storage | virtual |
Storage::read(IOBuffer into, IOOffset pos) | Storage | |
IOInput::read(void) | IOInput | |
IOInput::read(IOBuffer into) | IOInput | |
readv(IOBuffer *into, IOSize buffers) override | DavixFile | virtual |
readv(IOPosBuffer *into, IOSize buffers) override | DavixFile | virtual |
Relative enum name | Storage | |
resize(IOOffset size) override | DavixFile | virtual |
rewind(void) | Storage | virtual |
SET enum value | Storage | |
size(void) const | Storage | virtual |
Storage(void) | Storage | |
write(const void *from, IOSize n) override | DavixFile | virtual |
Storage::write(const void *from, IOSize n, IOOffset pos) | Storage | virtual |
Storage::write(IOBuffer from, IOOffset pos) | Storage | |
IOOutput::write(unsigned char byte) | IOOutput | |
IOOutput::write(IOBuffer from) | IOOutput | |
writev(const IOPosBuffer *from, IOSize buffers) | Storage | virtual |
IOOutput::writev(const IOBuffer *from, IOSize buffers) | IOOutput | virtual |
xread(IOBuffer into) | IOInput | |
xread(void *into, IOSize n) | IOInput | |
xreadv(IOBuffer *into, IOSize buffers) | IOInput | |
xwrite(const void *from, IOSize n) | IOOutput | |
xwrite(IOBuffer from) | IOOutput | |
xwritev(const IOBuffer *from, IOSize buffers) | IOOutput | |
~DavixFile(void) override | DavixFile | |
~IOInput(void) | IOInput | virtual |
~IOOutput(void) | IOOutput | virtual |
~Storage(void) override | Storage |