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

#include "pager.h"

Inheritance diagram for pager_buf:

Public Member Functions

 pager_buf ()
 
 ~pager_buf ()=default
 
void flush_current_contents_to_diary ()
 
void set_diary_skip ()
 

Protected Member Functions

int sync ()
 

Detailed Description

Definition at line 44 of file pager.h.

Constructor & Destructor Documentation

◆ pager_buf()

pager_buf::pager_buf ( )
inline

Definition at line 50 of file pager.h.

◆ ~pager_buf()

pager_buf::~pager_buf ( )
default

Member Function Documentation

◆ flush_current_contents_to_diary()

void pager_buf::flush_current_contents_to_diary ( )

Definition at line 148 of file pager.cc.

References len, and octave_diary.

Referenced by pager_stream::flush_current_contents_to_diary(), and sync().

◆ set_diary_skip()

void pager_buf::set_diary_skip ( )

Definition at line 160 of file pager.cc.

Referenced by pager_stream::set_diary_skip().

◆ sync()

int pager_buf::sync ( )
protected

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