This is the complete list of members for DCacheFile, including all inherited members.
abort(void) | DCacheFile | virtual |
close(void) | DCacheFile | virtual |
create(const char *name, bool exclusive=false, int perms=0666) | DCacheFile | virtual |
create(const std::string &name, bool exclusive=false, int perms=0666) | DCacheFile | virtual |
CURRENT enum value | Storage | |
DCacheFile(void) | DCacheFile | |
DCacheFile(IOFD fd) | DCacheFile | |
DCacheFile(const char *name, int flags=IOFlags::OpenRead, int perms=0666) | DCacheFile | |
DCacheFile(const std::string &name, int flags=IOFlags::OpenRead, int perms=0666) | DCacheFile | |
END enum value | Storage | |
eof(void) const | Storage | virtual |
flush(void) | Storage | virtual |
m_close | DCacheFile | private |
m_fd | DCacheFile | private |
m_name | DCacheFile | private |
open(const char *name, int flags=IOFlags::OpenRead, int perms=0666) | DCacheFile | virtual |
open(const std::string &name, int flags=IOFlags::OpenRead, int perms=0666) | DCacheFile | virtual |
position(IOOffset offset, Relative whence=SET) | DCacheFile | virtual |
Storage::position(void) const | Storage | virtual |
prefetch(const IOPosBuffer *what, IOSize n) | Storage | virtual |
read(void *into, IOSize n) | DCacheFile | 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) | DCacheFile | virtual |
readv(IOPosBuffer *into, IOSize buffers) | DCacheFile | virtual |
Relative enum name | Storage | |
resize(IOOffset size) | DCacheFile | virtual |
rewind(void) | Storage | virtual |
SET enum value | Storage | |
size(void) const | Storage | virtual |
Storage(void) | Storage | |
write(const void *from, IOSize n) | DCacheFile | 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 | |
~DCacheFile(void) | DCacheFile | |
~IOInput(void) | IOInput | virtual |
~IOOutput(void) | IOOutput | virtual |
~Storage(void) | Storage | virtual |