#include "input.h"
Definition at line 222 of file input.h.
◆ base_reader() [1/2]
◆ base_reader() [2/2]
◆ ~base_reader()
virtual base_reader::~base_reader |
( |
void |
| ) |
|
|
virtualdefault |
◆ get_input()
virtual std::string base_reader::get_input |
( |
const std::string & |
prompt, |
|
|
bool & |
eof |
|
) |
| |
|
pure virtual |
◆ input_from_eval_string()
virtual bool base_reader::input_from_eval_string |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ input_from_file()
virtual bool base_reader::input_from_file |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ input_from_terminal()
virtual bool base_reader::input_from_terminal |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ input_source()
virtual std::string base_reader::input_source |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ octave_gets()
std::string base_reader::octave_gets |
( |
const std::string & |
prompt, |
|
|
bool & |
eof |
|
) |
| |
◆ input_reader
◆ m_interpreter
◆ s_in_src
const std::string base_reader::s_in_src |
|
staticprivate |
The documentation for this class was generated from the following file: