Skip to content

QuantumGate::Callback

Karel Donk edited this page Jun 15, 2018 · 3 revisions

QuantumGate::Callback is a class that represents a callback function.

Member functions

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.

Helper functions

Name Description
MakeCallback Makes a callback function object.
Clone this wiki locally