![]() |
FastEngine 0.9.5
A multiplayer oriented 2D engine made with Vulkan.
|
Everything related to callback. More...
Classes | |
| class | fge::CallbackBase< TReturn, Types > |
| Base class for callbacks. More... | |
| class | fge::CallbackFunctor< TReturn, Types > |
| Callback functor. More... | |
| class | fge::CallbackLambda< TReturn, Types > |
| Callback lambda (with/without capture). More... | |
| class | fge::CallbackObjectFunctor< TReturn, TObject, Types > |
| Callback functor of a method with an object. More... | |
| struct | fge::CallbackStaticHelpers< TReturn, TCalleePtr, Types > |
| This struct helper is used to create callbacks. More... | |
| class | fge::CallbackHandler< Types > |
| This class is used to handle callbacks in a safe way. More... | |
| class | fge::UniqueCallbackHandler< Types > |
| This class is used for cases where only one callback is needed. More... | |
Everything related to callback.