, including all inherited members.
abort(void) | LStoreFile | [virtual] |
close(void) | LStoreFile | [virtual] |
closeLibrary() | LStoreFile | [private] |
create(const char *name, bool exclusive=false, int perms=0666) | LStoreFile | [virtual] |
create(const std::string &name, bool exclusive=false, int perms=0666) | LStoreFile | [virtual] |
CURRENT enum value | Storage | |
END enum value | Storage | |
eof(void) const | Storage | [virtual] |
flush(void) | Storage | [virtual] |
loadLibrary() | LStoreFile | [private] |
LStoreFile(void) | LStoreFile | |
LStoreFile(void *fd) | LStoreFile | |
LStoreFile(const char *name, int flags=IOFlags::OpenRead, int perms=0666) | LStoreFile | |
LStoreFile(const std::string &name, int flags=IOFlags::OpenRead, int perms=0666) | LStoreFile | |
m_close | LStoreFile | [private] |
m_dlopen_lock | LStoreFile | [static] |
m_fd | LStoreFile | [private] |
m_is_loaded | LStoreFile | [private] |
m_library_handle | LStoreFile | [private] |
m_name | LStoreFile | [private] |
open(const char *name, int flags=IOFlags::OpenRead, int perms=0666) | LStoreFile | [virtual] |
open(const std::string &name, int flags=IOFlags::OpenRead, int perms=0666) | LStoreFile | [virtual] |
position(IOOffset offset, Relative whence=SET) | LStoreFile | [virtual] |
Storage::position(void) const | Storage | [virtual] |
prefetch(const IOPosBuffer *what, IOSize n) | Storage | [virtual] |
read(void *into, IOSize n) | LStoreFile | [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(IOPosBuffer *into, IOSize buffers) | Storage | [virtual] |
IOInput::readv(IOBuffer *into, IOSize buffers) | IOInput | [virtual] |
redd_close | LStoreFile | [private] |
redd_errno | LStoreFile | [private] |
redd_init | LStoreFile | [private] |
redd_lseek | LStoreFile | [private] |
redd_open | LStoreFile | [private] |
redd_read | LStoreFile | [private] |
redd_strerror | LStoreFile | [private] |
redd_term | LStoreFile | [private] |
redd_write | LStoreFile | [private] |
Relative enum name | Storage | |
resize(IOOffset size) | LStoreFile | [virtual] |
rewind(void) | Storage | [virtual] |
SET enum value | Storage | |
size(void) const | Storage | [virtual] |
Storage(void) | Storage | |
write(const void *from, IOSize n) | LStoreFile | [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 | |
~IOInput(void) | IOInput | [virtual] |
~IOOutput(void) | IOOutput | [virtual] |
~LStoreFile(void) | LStoreFile | |
~Storage(void) | Storage | [virtual] |