This is the complete list of members for XrdFile, including all inherited members.
abort(void) | XrdFile | virtual |
addConnection(cms::Exception &) | XrdFile | private |
close(void) | 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 |
m_client | XrdFile | private |
m_close | XrdFile | private |
m_name | XrdFile | private |
m_offset | XrdFile | private |
m_readv_mutex | XrdFile | private |
m_stat | 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) | XrdFile | virtual |
Storage::position(void) const | Storage | virtual |
prefetch(const IOPosBuffer *what, IOSize n) | XrdFile | virtual |
read(void *into, IOSize n) | XrdFile | virtual |
read(void *into, IOSize n, IOOffset pos) | XrdFile | virtual |
Storage::read(IOBuffer into, IOOffset pos) | Storage | |
IOInput::read(void) | IOInput | |
IOInput::read(IOBuffer into) | IOInput | |
readv(IOBuffer *into, IOSize n) | XrdFile | virtual |
readv(IOPosBuffer *into, IOSize n) | XrdFile | virtual |
readv_send(char **result_buffer, readahead_list &read_chunk_list, IOSize n, IOSize total_len) | XrdFile | private |
readv_unpack(char **result_buffer, std::vector< char > &res_buf, IOSize datalen, readahead_list &read_chunk_list, IOSize n) | XrdFile | private |
Relative enum name | Storage | |
resize(IOOffset size) | XrdFile | virtual |
rewind(void) | Storage | virtual |
SET enum value | Storage | |
size(void) const | Storage | virtual |
Storage(void) | Storage | |
write(const void *from, IOSize n) | XrdFile | virtual |
write(const void *from, IOSize n, IOOffset pos) | 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) | Storage | virtual |
~XrdFile(void) | XrdFile |