Skip to content
Joris Gillis edited this page Apr 4, 2023 · 3 revisions

Standard documentation for Callback:

 [INTERNAL] 

::

Callback function functionality.

This class provides a public API to the FunctionInternal class that can be subclassed by the user, who is then able to implement the different virtual method. Note that the Function class also provides a public API to FunctionInternal, but only allows calling, not being called.

The user is responsible for not deleting this class for the lifetime of the internal function object.

Joris Gillis, Joel Andersson

Extra doc: https://github.com/casadi/casadi/wiki/L_o0

C++ includes: callback.hpp

Extra documentation

To edit, see writing tips.

Clone this wiki locally