Base Framework
|
This is the complete list of members for AsynchronousIOStream, including all inherited members.
asyncTest() noexcept | AsynchronousStream | static |
getHandle() const noexcept=0 | AsynchronousIOStream | protectedpure virtual |
read(uint8 *buffer, unsigned int bytesToRead, unsigned long long offset, AsynchronousReadEventListener *listener)=0 | AsynchronousIOStream | pure virtual |
write(const uint8 *buffer, unsigned int bytesToWrite, unsigned long long offset, AsynchronousWriteEventListener *listener)=0 | AsynchronousIOStream | pure virtual |
~AsynchronousStream() noexcept(false) | AsynchronousStream | virtual |