#include "input.h"
Definition at line 259 of file input.h.
◆ input_reader() [1/5]
◆ input_reader() [2/5]
input_reader::input_reader |
( |
interpreter & |
interp, |
|
|
FILE * |
file |
|
) |
| |
◆ input_reader() [3/5]
input_reader::input_reader |
( |
interpreter & |
interp, |
|
|
FILE * |
file, |
|
|
const std::string & |
enc |
|
) |
| |
◆ input_reader() [4/5]
input_reader::input_reader |
( |
interpreter & |
interp, |
|
|
const std::string & |
str |
|
) |
| |
◆ input_reader() [5/5]
◆ ~input_reader()
input_reader::~input_reader |
( |
void |
| ) |
|
|
default |
◆ get_input()
std::string input_reader::get_input |
( |
const std::string & |
prompt, |
|
|
bool & |
eof |
|
) |
| |
|
inline |
◆ input_from_eval_string()
bool input_reader::input_from_eval_string |
( |
void |
| ) |
const |
|
inline |
◆ input_from_file()
bool input_reader::input_from_file |
( |
void |
| ) |
const |
|
inline |
◆ input_from_terminal()
bool input_reader::input_from_terminal |
( |
void |
| ) |
const |
|
inline |
◆ input_source()
std::string input_reader::input_source |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
◆ m_rep
The documentation for this class was generated from the following file: