This class is used to specify information used to control the execution of an asynchronous operation and the notification of its completion. More...
#include <HExecArgs>
Public Member Functions | |
HExecArgs (ExecType type=Normal) | |
~HExecArgs () | |
ExecType | execType () const |
void | setExecType (ExecType type) |
Friends | |
H_UPNP_CORE_EXPORT bool | operator== (const HExecArgs &, const HExecArgs &) |
Related Functions | |
(Note that these are not member functions.) | |
H_UPNP_CORE_EXPORT bool | operator!= (const HExecArgs &, const HExecArgs &) |
enum ExecType |
This enumeration specifies how the asynchronous operation should be run.
~HExecArgs | ( | ) |
Destroys the instance.
ExecType execType | ( | ) | const [inline] |
Indicates how the operation should be run and its completion or failure be signaled.
void setExecType | ( | ExecType | type ) | [inline] |
Sets the value indicating how the operation should be run and its completion or failure be signaled.
type | specifies the value indicating how the operation should be run and its completion or failure be signaled. |
Compares the two objects for equality.