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