|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Public Member Functions | |
| RenderSessionRepl (RenderSession &app, std::istream &in, std::ostream &out, RenderSessionReplOptions options={}) | |
| int | run () |
| Runs the command loop until EOF or a quit/exit command. Returns the number of commands successfully dispatched. | |
| bool | dispatch (const std::string &line) |
| Dispatches a single pre-tokenized command line. Exposed for tests that want to skip the input stream entirely. | |