SVCS - English Documentation
Loading...
Searching...
No Matches
svcs::cli::CommandFactory Member List

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::CommandFactoryexplicit
CommandFactory(const CommandFactory &)=deletesvcs::cli::CommandFactory
createCommand(const std::string &name) constsvcs::cli::CommandFactory
getCommandDescription(const std::string &name) constsvcs::cli::CommandFactory
getRegisteredCommands() constsvcs::cli::CommandFactory
operator=(const CommandFactory &)=deletesvcs::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) constsvcs::cli::CommandFactory