#include "octave-config.h"#include <fstream>#include <iosfwd>#include <sstream>#include <string>

Go to the source code of this file.
Classes | |
| class | diary_buf |
| class | diary_stream |
| class | output_system |
| class | pager_buf |
| class | pager_stream |
Macros | |
| #define | octave_diary (octave::__diary__ ()) |
| #define | octave_stdout (octave::__stdout__ ()) |
Functions | |
| OCTINTERP_API std::ostream & | __diary__ (void) |
| OCTINTERP_API std::ostream & | __stdout__ (void) |
| OCTINTERP_API void | flush_stdout (void) |
| #define octave_diary (octave::__diary__ ()) |
| #define octave_stdout (octave::__stdout__ ()) |
| OCTINTERP_API std::ostream& __diary__ | ( | void | ) |
Definition at line 499 of file pager.cc.
References output_system::__diary__(), and __get_output_system__().
| OCTINTERP_API std::ostream& __stdout__ | ( | void | ) |
Definition at line 492 of file pager.cc.
References __get_output_system__(), and output_system::__stdout__().
| OCTINTERP_API void flush_stdout | ( | void | ) |
Definition at line 260 of file pager.cc.
References __get_output_system__(), and output_system::flush_stdout().
Referenced by interpreter::execute_atexit_fcns(), F__event_manager_edit_file__(), F__event_manager_file_dialog__(), F__event_manager_input_dialog__(), F__event_manager_list_dialog__(), F__event_manager_question_dialog__(), Ffflush(), interpreter::shutdown(), sleep(), and error_system::vwarning().