NoTeX 1.0.0
A modern noteworthy LaTeX template
Loading...
Searching...
No Matches
orchestrator.hpp File Reference

Declares Orchestrator, the application layer that turns command-line input into calls on the notex_core domain classes. More...

#include <CLI/CLI.hpp>
#include <string>
#include "notex/errors.hpp"

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

Detailed Description

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.