This is the complete list of members for RemoteFile, including all inherited members.
abort(void) | RemoteFile | protectedvirtual |
attach(IOFD fd) | File | protectedvirtual |
close(void) | RemoteFile | protectedvirtual |
create(const char *name, bool exclusive=false, int perms=0666) | File | protectedvirtual |
create(const std::string &name, bool exclusive=false, int perms=0666) | File | protectedvirtual |
CURRENT enum value | Storage | protected |
END enum value | Storage | protected |
eof(void) const | Storage | protectedvirtual |
fd(void) const | IOChannel | protectedvirtual |
fd(IOFD value) | IOChannel | protectedvirtual |
File(void) | File | protected |
File(IOFD fd, bool autoclose=true) | File | protected |
File(const char *name, int flags=IOFlags::OpenRead, int perms=0666) | File | protected |
File(const std::string &name, int flags=IOFlags::OpenRead, int perms=0666) | File | protected |
flush(void) | File | protectedvirtual |
get(int localfd, const std::string &name, char **cmd, int mode) | RemoteFile | static |
IOChannel(IOFD fd=-1) | IOChannel | protected |
isBlocking(void) const | IOChannel | protectedvirtual |
local(const std::string &tmpdir, std::string &temp) | RemoteFile | static |
name_ | RemoteFile | private |
open(const char *name, int flags=IOFlags::OpenRead, int perms=0666) | File | protectedvirtual |
open(const std::string &name, int flags=IOFlags::OpenRead, int perms=0666) | File | protectedvirtual |
position(IOOffset offset, Relative whence=SET) | File | protectedvirtual |
Storage::position(void) const | Storage | protectedvirtual |
prefetch(const IOPosBuffer *what, IOSize n) | File | protectedvirtual |
read(void *into, IOSize n) | File | protectedvirtual |
read(void *into, IOSize n, IOOffset pos) | File | protectedvirtual |
IOChannel::IOInput::read(void) | IOInput | protected |
IOChannel::IOInput::read(IOBuffer into) | IOInput | protected |
Storage::read(IOBuffer into, IOOffset pos) | Storage | protected |
readv(IOBuffer *into, IOSize length) | File | protectedvirtual |
Storage::readv(IOPosBuffer *into, IOSize buffers) | Storage | protectedvirtual |
Relative enum name | Storage | protected |
RemoteFile(IOFD fd, const std::string &name) | RemoteFile | private |
remove(void) | RemoteFile | private |
resize(IOOffset size) | File | protectedvirtual |
rewind(void) | Storage | protectedvirtual |
SET enum value | Storage | protected |
setAutoClose(bool closeit) | File | protectedvirtual |
setBlocking(bool value) | IOChannel | protectedvirtual |
size(void) const | File | protectedvirtual |
Storage(void) | Storage | protected |
write(const void *from, IOSize n) | File | protectedvirtual |
write(const void *from, IOSize n, IOOffset pos) | File | protectedvirtual |
IOChannel::IOOutput::write(unsigned char byte) | IOOutput | protected |
IOChannel::IOOutput::write(IOBuffer from) | IOOutput | protected |
Storage::write(IOBuffer from, IOOffset pos) | Storage | protected |
writev(const IOBuffer *from, IOSize length) | File | protectedvirtual |
Storage::writev(const IOPosBuffer *from, IOSize buffers) | Storage | protectedvirtual |
xread(IOBuffer into) | IOInput | protected |
xread(void *into, IOSize n) | IOInput | protected |
xreadv(IOBuffer *into, IOSize buffers) | IOInput | protected |
xwrite(const void *from, IOSize n) | IOOutput | protected |
xwrite(IOBuffer from) | IOOutput | protected |
xwritev(const IOBuffer *from, IOSize buffers) | IOOutput | protected |
~File(void) | File | protected |
~IOChannel(void) | IOChannel | protectedvirtual |
~IOInput(void) | IOInput | protectedvirtual |
~IOOutput(void) | IOOutput | protectedvirtual |
~RemoteFile(void) | RemoteFile | inline |
~Storage(void) | Storage | protectedvirtual |