ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
toy::CallbacksPool< T, AllocatedSize >::StaticCallback Struct Reference

Internal structure to store a callback function pointer. More...

Public Attributes

void(* method )(T arg) = nullptr
 Pointer to the callback function.

Detailed Description

template<typename T, size_t AllocatedSize = 4>
struct toy::CallbacksPool< T, AllocatedSize >::StaticCallback

Internal structure to store a callback function pointer.

Member Data Documentation

◆ method

template<typename T, size_t AllocatedSize = 4>
void(* toy::CallbacksPool< T, AllocatedSize >::StaticCallback::method) (T arg) = nullptr

Pointer to the callback function.


The documentation for this struct was generated from the following file: