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