Action Engine
Loading...
Searching...
No Matches
act::ActionRegistry Member List

This is the complete list of members for act::ActionRegistry, including all inherited members.

GetHandler(std::string_view name) constact::ActionRegistry
GetSchema(std::string_view name) constact::ActionRegistry
IsRegistered(std::string_view name) constact::ActionRegistry
MakeAction(std::string_view name, std::string_view action_id="", std::vector< Port > inputs={}, std::vector< Port > outputs={}) constact::ActionRegistry
MakeActionMessage(std::string_view name, std::string_view id) constact::ActionRegistry
Register(std::string_view name, const ActionSchema &schema, const ActionHandler &handler)act::ActionRegistry