mal-packet-weaver
C++20 packet serialization/deserialization library.
|
Defines a callback system for managing and executing callback functions. More...
#include <functional>
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. | |
Defines a callback system for managing and executing callback functions.
Definition in file callback-system.hpp.