packio
|
This is the complete list of members for packio::dispatcher< Rpc, Map, Lockable >, including all inherited members.
add(std::string_view name, const std::array< std::string, N > &arguments_names, SyncProcedure &&fct) | packio::dispatcher< Rpc, Map, Lockable > | inline |
add(std::string_view name, SyncProcedure &&fct) | packio::dispatcher< Rpc, Map, Lockable > | inline |
add_async(std::string_view name, const std::array< std::string, N > &arguments_names, AsyncProcedure &&fct) | packio::dispatcher< Rpc, Map, Lockable > | inline |
add_async(std::string_view name, AsyncProcedure &&fct) | packio::dispatcher< Rpc, Map, Lockable > | inline |
add_coro(std::string_view name, const Executor &executor, const std::array< std::string, N > &arguments_names, CoroProcedure &&coro) | packio::dispatcher< Rpc, Map, Lockable > | inline |
add_coro(std::string_view name, const Executor &executor, CoroProcedure &&coro) | packio::dispatcher< Rpc, Map, Lockable > | inline |
add_coro(std::string_view name, ExecutionContext &ctx, const std::array< std::string, N > &arguments_names, CoroProcedure &&coro) | packio::dispatcher< Rpc, Map, Lockable > | inline |
add_coro(std::string_view name, ExecutionContext &ctx, CoroProcedure &&coro) | packio::dispatcher< Rpc, Map, Lockable > | inline |
args_type typedef | packio::dispatcher< Rpc, Map, Lockable > | |
clear() | packio::dispatcher< Rpc, Map, Lockable > | inline |
function_ptr_type typedef | packio::dispatcher< Rpc, Map, Lockable > | |
function_type typedef | packio::dispatcher< Rpc, Map, Lockable > | |
has(const std::string &name) const | packio::dispatcher< Rpc, Map, Lockable > | inline |
known() const | packio::dispatcher< Rpc, Map, Lockable > | inline |
mutex_type typedef | packio::dispatcher< Rpc, Map, Lockable > | |
remove(const std::string &name) | packio::dispatcher< Rpc, Map, Lockable > | inline |
rpc_type typedef | packio::dispatcher< Rpc, Map, Lockable > |