Register all handlers into the dispatch table. More...
import std;import lib.error;import zxfoundation.base.types;import zxfoundation.dgp.gate.types;import zxfoundation.dgp.gate.dispatch;import zxfoundation.dgp.authorize.core;Go to the source code of this file.
Functions | |
| constexpr auto | zxfoundation::dgp::gate::registration::make_op (u8 op_id, dispatch::dispatch_handler handler, dispatch::gate_auth_level auth=dispatch::gate_auth_level::none, dgp::operation_kind op_kind=dgp::operation_kind::none) noexcept -> dispatch::registration_op |
| auto | zxfoundation::dgp::gate::registration::register_all_handlers () noexcept -> void |
| Register accessible handlers into the dispatch table. | |
Register all handlers into the dispatch table.
SPDX-License-Identifier: Apache-2.0