GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pager_stream Class Reference

#include "pager.h"

Inheritance diagram for pager_stream:

Public Member Functions

 pager_stream ()
 
 ~pager_stream ()
 
void flush_current_contents_to_diary ()
 
void reset ()
 
void set_diary_skip ()
 
std::ostream & stream ()
 

Detailed Description

Definition at line 69 of file pager.h.

Constructor & Destructor Documentation

◆ pager_stream()

pager_stream::pager_stream ( )

Definition at line 187 of file pager.cc.

◆ ~pager_stream()

pager_stream::~pager_stream ( )

Definition at line 194 of file pager.cc.

Member Function Documentation

◆ flush_current_contents_to_diary()

void pager_stream::flush_current_contents_to_diary ( )

Definition at line 207 of file pager.cc.

References pager_buf::flush_current_contents_to_diary().

Referenced by output_system::close_diary().

◆ reset()

void pager_stream::reset ( )

Definition at line 226 of file pager.cc.

Referenced by output_system::reset().

◆ set_diary_skip()

void pager_stream::set_diary_skip ( )

Definition at line 214 of file pager.cc.

References pager_buf::set_diary_skip().

Referenced by output_system::open_diary().

◆ stream()

std::ostream & pager_stream::stream ( )

Definition at line 201 of file pager.cc.

Referenced by output_system::__stdout__(), and output_system::flush_stdout().


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