Base Framework
|
Asynchronous read operation. More...
#include <base/io/async/AsynchronousReadOperation.h>
Inherits AsynchronousOperation.
Public Member Functions | |
AsynchronousReadOperation () noexcept | |
AsynchronousReadOperation (AsynchronousReadContext *_context) noexcept | |
AsynchronousReadOperation (const AsynchronousReadOperation ©) noexcept | |
AsynchronousReadOperation & | operator= (const AsynchronousReadOperation &assign) noexcept |
void | release () noexcept |
AsynchronousReadCompletion | getCompletion () const |
Asynchronous read operation.
Asynchronous reading operation returned by an asynchronous IO stream.
|
inlinenoexcept |
Initializes the handle as invalid.
|
inlinenoexcept |
Initializes the handle to the read operation.
|
inlinenoexcept |
Initialization of object from other object.
AsynchronousReadCompletion AsynchronousReadOperation::getCompletion | ( | ) | const |
Returns the completion information associated with the asynchronous operation. This method is normally only used for debugging.
|
inlinenoexcept |
Assignment of object by object.
|
inlinenoexcept |
Explicit release of the handle to the asynchronous operation. This does not abort the asynchronous operation.