#include <readline_buffer.h>
◆ readline_buffer()
| rdln::readline_buffer::readline_buffer |
( |
| ) |
|
◆ add_completion()
| void rdln::readline_buffer::add_completion |
( |
const std::string & | command | ) |
|
|
static |
◆ completion_commands()
| std::vector< std::string > & rdln::readline_buffer::completion_commands |
( |
| ) |
|
|
staticprivate |
◆ get_completions()
| const std::vector< std::string > & rdln::readline_buffer::get_completions |
( |
| ) |
|
|
static |
◆ get_line()
◆ is_running()
| bool rdln::readline_buffer::is_running |
( |
| ) |
const |
|
inline |
◆ set_prompt()
| void rdln::readline_buffer::set_prompt |
( |
const std::string & | prompt | ) |
|
◆ start()
| void rdln::readline_buffer::start |
( |
| ) |
|
◆ stop()
| void rdln::readline_buffer::stop |
( |
| ) |
|
◆ sync()
| int rdln::readline_buffer::sync |
( |
| ) |
|
|
protectedvirtual |
◆ m_cout_buf
| std::streambuf* rdln::readline_buffer::m_cout_buf |
|
private |
◆ m_prompt_length
| size_t rdln::readline_buffer::m_prompt_length |
|
private |
The documentation for this class was generated from the following files: