|
|
Donner 0.5.1
Embeddable browser-grade SVG2 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. | |