![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Fixed-capacity pool of function-pointer callbacks. More...
Go to the source code of this file.
Classes | |
| class | toy::CallbacksPool< T, AllocatedSize > |
| Fixed-capacity array of function pointers for observer-style notification. More... | |
| struct | toy::CallbacksPool< T, AllocatedSize >::StaticCallback |
| Internal structure to store a callback function pointer. More... | |
Namespaces | |
| namespace | toy |
| Root namespace containing all engine modules. | |
Fixed-capacity pool of function-pointer callbacks.
Defines toy::CallbacksPool for bounded subscriber lists without heap allocation.