-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Callback
Karel Donk edited this page Jun 15, 2018
·
3 revisions
QuantumGate::Callback is a class that represents a callback function.
| Name | Description |
|---|---|
Constructor |
Constructs a Callback object. |
operator= |
Move assigns a value from another Callback. |
operator() |
Invokes the callback function. |
operator bool |
Returns whether the object contains a callback function and is invocable. |
Clear |
Clears the callback function. |
| Name | Description |
|---|---|
MakeCallback |
Makes a callback function object. |