mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
callback-system.hpp File Reference

Defines a callback system for managing and executing callback functions. More...

#include <functional>
Include dependency graph for callback-system.hpp:

Go to the source code of this file.

Classes

class  mal_toolkit::CallbackSystem< F >
 A system for managing and invoking callback functions. More...
 

Namespaces

namespace  mal_toolkit
 Contains a collection of tools and utilities provided by the MAL Toolkit library.
 

Functions

template<typename T , typename... U>
size_t mal_toolkit::GetFunctionAddress (std::function< T(U...)> f)
 Get the address of a callable function.
 

Detailed Description

Defines a callback system for managing and executing callback functions.

Definition in file callback-system.hpp.