D++ (DPP)
C++ Discord API Bot Library
|
This is the complete list of members for dpp::event_router_t< T >, including all inherited members.
attach(std::function< void(const T &)> func) | dpp::event_router_t< T > | inline |
attach(std::function< dpp::task(const T &)> func) | dpp::event_router_t< T > | inline |
call(const T &event) const | dpp::event_router_t< T > | inline |
cluster | dpp::event_router_t< T > | friend |
detach(const event_handle &handle) | dpp::event_router_t< T > | inline |
empty() const | dpp::event_router_t< T > | inline |
event_router_t() | dpp::event_router_t< T > | inline |
operator bool() const | dpp::event_router_t< T > | inline |
operator()(std::function< void(const T &)> func) | dpp::event_router_t< T > | inline |
set_warning_callback(std::function< void(const T &)> warning_function) | dpp::event_router_t< T > | inlineprotected |