SVCS - English Documentation
Loading...
Searching...
No Matches
CommandFactory.hxx File Reference

Declaration of the CommandFactory class, which implements the Factory pattern for commands. More...

#include "../include/ICommand.hxx"
#include "../../core/include/RepositoryManager.hxx"
#include "../../services/ISubject.hxx"
#include <memory>
#include <unordered_map>
#include <functional>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  svcs::cli::CommandFactory
 Factory for creating ICommand objects by their string name. More...

Namespaces

namespace  svcs::cli
 Command-line interface components and command implementations.

Detailed Description

Declaration of the CommandFactory class, which implements the Factory pattern for commands.