|
SVCS - Русская документация
|
Реализация класса CommandFactory, который отвечает за динамическое создание объектов ICommand и управление их жизненным циклом и зависимостями. Подробнее...
#include "../include/Utils.hxx"#include "../include/CommandFactory.hxx"#include "../include/InitCommand.hxx"#include "../include/ClearCommand.hxx"#include "../include/AddCommand.hxx"#include "../include/RemoveCommand.hxx"#include "../include/HelpService.hxx"#include "../include/HelpCommand.hxx"#include "../include/VersionCommand.hxx"#include "../include/SaveCommand.hxx"#include "../include/StatusCommand.hxx"#include "../include/HistoryCommand.hxx"#include "../include/UndoCommand.hxx"#include "../include/BranchCommand.hxx"#include "../include/MergeCommand.hxx"#include "../../server/include/HubCommand.hxx"#include "../../server/include/RepoCommand.hxx"#include <iostream>#include <memory>#include <utility>Пространства имен | |
| namespace | svcs::cli |
| Компоненты командной строки и реализации команд. | |
Реализация класса CommandFactory, который отвечает за динамическое создание объектов ICommand и управление их жизненным циклом и зависимостями.