ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
callbacks_pool.hpp File Reference

Fixed-capacity pool of function-pointer callbacks. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Fixed-capacity pool of function-pointer callbacks.

Defines toy::CallbacksPool for bounded subscriber lists without heap allocation.

Note
Included by core.hpp; do not include this file directly.