|
SVCS - English Documentation
|
This is the complete list of members for svcs::cli::CommandFactory, including all inherited members.
| CommandFactory(std::shared_ptr< ISubject > bus, std::shared_ptr< RepositoryManager > repoManager) | svcs::cli::CommandFactory | explicit |
| CommandFactory(const CommandFactory &)=delete | svcs::cli::CommandFactory | |
| createCommand(const std::string &name) const | svcs::cli::CommandFactory | |
| getCommandDescription(const std::string &name) const | svcs::cli::CommandFactory | |
| getRegisteredCommands() const | svcs::cli::CommandFactory | |
| operator=(const CommandFactory &)=delete | svcs::cli::CommandFactory | |
| registerCommand(const std::string &name, std::function< std::unique_ptr< ICommand >(std::shared_ptr< ISubject >, std::shared_ptr< RepositoryManager >)> creator) | svcs::cli::CommandFactory | |
| showCommandHelp(const std::string &name) const | svcs::cli::CommandFactory |