Declares Orchestrator, the application layer that turns command-line input into calls on the notex_core domain classes. More...
Go to the source code of this file.
Classes | |
| class | notex::Orchestrator |
| Owns the command-line parser and coordinates the domain objects that carry out each command. More... | |
Namespaces | |
| namespace | notex |
Declares Orchestrator, the application layer that turns command-line input into calls on the notex_core domain classes.
This header is deliberately kept outside include/notex/: it is not part of notex_core's public surface, and only the notex executable includes it. It is the only header, besides its own translation unit, that depends on the command-line parsing library.
Definition in file orchestrator.hpp.