Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AsyncProcessExit::Result Struct Reference
Inheritance diagram for SC::AsyncProcessExit::Result:
SC::AsyncResultOf< AsyncProcessExit, CompletionData > SC::AsyncResult

Public Member Functions

SC::Result get (ProcessDescriptor::ExitStatus &status)
 
- Public Member Functions inherited from SC::AsyncResultOf< AsyncProcessExit, CompletionData >
AsyncProcessExitgetAsync ()
 
const AsyncProcessExitgetAsync () const
 
 AsyncResult (AsyncEventLoop &eventLoop, AsyncRequest &request, SC::Result &res, bool *hasBeenReactivated=nullptr)
 Constructs an async result from a request and a result.
 
- Public Member Functions inherited from SC::AsyncResult
 AsyncResult (AsyncEventLoop &eventLoop, AsyncRequest &request, SC::Result &res, bool *hasBeenReactivated=nullptr)
 Constructs an async result from a request and a result.
 
void reactivateRequest (bool shouldBeReactivated)
 Ask the event loop to re-activate this request after it was already completed.
 
const SC::ResultisValid () const
 Check if the returnCode of this result is valid.
 

Additional Inherited Members

- Public Attributes inherited from SC::AsyncResultOf< AsyncProcessExit, CompletionData >
CompletionData completionData
 
int32_t eventIndex
 
- Public Attributes inherited from SC::AsyncResult
AsyncEventLoopeventLoop
 
AsyncRequestasync
 
- Protected Attributes inherited from SC::AsyncResult
bool shouldCallCallback = true
 
bool * hasBeenReactivated = nullptr
 
SC::ResultreturnCode
 

The documentation for this struct was generated from the following file: