packio
packio::dispatcher< Rpc, Map, Lockable > Member List

This is the complete list of members for packio::dispatcher< Rpc, Map, Lockable >, including all inherited members.

add(std::string_view name, args_specs< SyncProcedure > arg_specs, 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, args_specs< AsyncProcedure > arg_specs, 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, args_specs< CoroProcedure > arg_specs, 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, args_specs< CoroProcedure > arg_specs, 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 typedefpackio::dispatcher< Rpc, Map, Lockable >
clear()packio::dispatcher< Rpc, Map, Lockable >inline
function_ptr_type typedefpackio::dispatcher< Rpc, Map, Lockable >
function_type typedefpackio::dispatcher< Rpc, Map, Lockable >
has(const std::string &name) constpackio::dispatcher< Rpc, Map, Lockable >inline
known() constpackio::dispatcher< Rpc, Map, Lockable >inline
mutex_type typedefpackio::dispatcher< Rpc, Map, Lockable >
remove(const std::string &name)packio::dispatcher< Rpc, Map, Lockable >inline
rpc_type typedefpackio::dispatcher< Rpc, Map, Lockable >