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

Public Member Functions | |
| repl (ores::nats::service::nats_client &session) | |
| Construct a REPL instance with a NATS session. | |
| repl (const repl &)=delete | |
| repl & | operator= (const repl &)=delete |
| repl (repl &&)=delete | |
| repl & | operator= (repl &&)=delete |
| void | run () |
| Run the REPL session using std::cin and std::cout. | |
| void | run (std::istream &in, std::ostream &out) |
| Run the REPL session with custom streams. | |
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 a NATS session.
| session | Reference to a nats_client. |
| void run | ( | std::istream & | in, |
| std::ostream & | out | ||
| ) |
Run the REPL session with custom streams.
| in | Input stream to read commands from. |
| out | Output stream to write responses to. |