Navigation

Operators and Keywords

Function List:

C++ API

default_command_editor Class Reference

Inherits command_editor.

Collaboration diagram for default_command_editor:

List of all members.


Public Member Functions

 default_command_editor (void)
 ~default_command_editor (void)
std::string do_readline (const std::string &prompt, bool &eof)
void do_set_input_stream (FILE *f)
FILE * do_get_input_stream (void)
void do_set_output_stream (FILE *f)
FILE * do_get_output_stream (void)
string_vector do_generate_filename_completions (const std::string &text)
std::string do_get_line_buffer (void) const
void do_insert_text (const std::string &)
void do_newline (void)
void do_accept_line (void)

Constructor & Destructor Documentation

default_command_editor::default_command_editor ( void   )  [inline]

default_command_editor::~default_command_editor ( void   )  [inline]


Member Function Documentation

void default_command_editor::do_accept_line ( void   )  [virtual]

Implements command_editor.

string_vector default_command_editor::do_generate_filename_completions ( const std::string text  )  [virtual]

Implements command_editor.

FILE * default_command_editor::do_get_input_stream ( void   )  [virtual]

Implements command_editor.

std::string default_command_editor::do_get_line_buffer ( void   )  const [virtual]

Implements command_editor.

FILE * default_command_editor::do_get_output_stream ( void   )  [virtual]

Implements command_editor.

void default_command_editor::do_insert_text ( const std::string  )  [virtual]

Implements command_editor.

void default_command_editor::do_newline ( void   )  [virtual]

Implements command_editor.

std::string default_command_editor::do_readline ( const std::string prompt,
bool eof 
) [virtual]

Implements command_editor.

void default_command_editor::do_set_input_stream ( FILE *  f  )  [virtual]

Implements command_editor.

void default_command_editor::do_set_output_stream ( FILE *  f  )  [virtual]

Implements command_editor.


The documentation for this class was generated from the following file: