|
ORE Studio 0.0.4
|
Interactive REPL (Read-Eval-Print Loop) for the ORE Studio client. More...
#include <repl.hpp>

Public Member Functions | |
| repl (comms::net::client_session &session) | |
| Construct a REPL instance with configuration. | |
| repl (const repl &)=delete | |
| repl & | operator= (const repl &)=delete |
| repl (repl &&)=delete | |
| repl & | operator= (repl &&)=delete |
| void | run () |
| Run the REPL session. | |
Interactive REPL (Read-Eval-Print Loop) for the ORE Studio client.
Provides a command-line interface for interacting with the ORE Studio server, including commands for connection management and data retrieval.
|
explicit |
Construct a REPL instance with configuration.
| session | Reference to a client session. |
| void run | ( | ) |
Run the REPL session.
Starts the I/O thread, displays the welcome message, and enters the interactive command loop. Blocks until the user exits.
