template <class TargetClass, class ArgumentType> class Callback : public nn::nex::CallbackRoot
Name | Description |
---|---|
TargetClass | Target class. |
ArgumentType | The class passed as arguments to the callback function. |
Template class for user-defined callbacks.
By utilizing this template class you can easily customize the callback functions that are called when asynchronous processing ends. To learn how this is used, see the CallContext
sample.
nn::nex::RootObject
nn::nex::CallbackRoot
nn::nex::Callback
CONFIDENTIAL