This is the complete list of members for
StorageAccountProxy, including all inherited members.
close(void) | StorageAccountProxy | [virtual] |
CURRENT enum value | Storage | |
END enum value | Storage | |
eof(void) const | Storage | [virtual] |
flush(void) | StorageAccountProxy | [virtual] |
m_baseStorage | StorageAccountProxy | [protected] |
m_statsPosition | StorageAccountProxy | [protected] |
m_statsPrefetch | StorageAccountProxy | [protected] |
m_statsRead | StorageAccountProxy | [protected] |
m_statsReadV | StorageAccountProxy | [protected] |
m_statsWrite | StorageAccountProxy | [protected] |
m_statsWriteV | StorageAccountProxy | [protected] |
m_storageClass | StorageAccountProxy | [protected] |
position(IOOffset offset, Relative whence=SET) | StorageAccountProxy | [virtual] |
Storage::position(void) const | Storage | [virtual] |
prefetch(const IOPosBuffer *what, IOSize n) | StorageAccountProxy | [virtual] |
read(void *into, IOSize n) | StorageAccountProxy | [virtual] |
read(void *into, IOSize n, IOOffset pos) | StorageAccountProxy | [virtual] |
Storage::read(IOBuffer into, IOOffset pos) | Storage | |
IOInput::read(void) | IOInput | |
IOInput::read(IOBuffer into) | IOInput | |
readv(IOBuffer *into, IOSize n) | StorageAccountProxy | [virtual] |
readv(IOPosBuffer *into, IOSize n) | StorageAccountProxy | [virtual] |
Relative enum name | Storage | |
resize(IOOffset size) | StorageAccountProxy | [virtual] |
rewind(void) | Storage | [virtual] |
SET enum value | Storage | |
size(void) const | Storage | [virtual] |
Storage(void) | Storage | |
StorageAccountProxy(const std::string &storageClass, Storage *baseStorage) | StorageAccountProxy | |
write(const void *from, IOSize n) | StorageAccountProxy | [virtual] |
write(const void *from, IOSize n, IOOffset pos) | StorageAccountProxy | [virtual] |
Storage::write(IOBuffer from, IOOffset pos) | Storage | |
IOOutput::write(unsigned char byte) | IOOutput | |
IOOutput::write(IOBuffer from) | IOOutput | |
writev(const IOBuffer *from, IOSize n) | StorageAccountProxy | [virtual] |
writev(const IOPosBuffer *from, IOSize n) | StorageAccountProxy | [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] |
~Storage(void) | Storage | [virtual] |
~StorageAccountProxy(void) | StorageAccountProxy | |