RAII helper class to register a network handler. More...
#include <multiplayer.hpp>
Public Types | |
using | handler = std::function< void(const config &)> |
Public Member Functions | |
network_registrar (handler func) | |
~network_registrar () | |
Private Attributes | |
std::function< void()> | remove_handler {} |
RAII helper class to register a network handler.
Definition at line 78 of file multiplayer.hpp.
using mp::network_registrar::handler = std::function<void(const config&)> |
Definition at line 81 of file multiplayer.hpp.
mp::network_registrar::network_registrar | ( | handler | func | ) |
Definition at line 836 of file multiplayer.cpp.
mp::network_registrar::~network_registrar | ( | ) |
Definition at line 843 of file multiplayer.cpp.
|
private |
Definition at line 87 of file multiplayer.hpp.