Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
OrchestratorCommands Namespace Reference

Typedefs

template<typename Table >
using CommandMap = const std::vector<std::pair<std::vector<std::string>, CommandsRegistry::CommandFactory>>
 

Functions

template<typename Table >
CommandMap< Table > create_internal_commands (Table &table)
 

Typedef Documentation

◆ CommandMap

template<typename Table >
using OrchestratorCommands::CommandMap = const std::vector<std::pair<std::vector<std::string>, CommandsRegistry::CommandFactory>>

Definition at line 18 of file orchestrator_commands.hpp.

Function Documentation

◆ create_internal_commands()

template<typename Table >
CommandMap< Table > OrchestratorCommands::create_internal_commands ( Table & table)

Definition at line 21 of file orchestrator_commands.hpp.