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

#include "pager.h"

Inheritance diagram for diary_stream:

Public Member Functions

 diary_stream ()
 
 ~diary_stream ()
 
void reset ()
 
std::ostream & stream ()
 

Detailed Description

Definition at line 108 of file pager.h.

Constructor & Destructor Documentation

◆ diary_stream()

diary_stream::diary_stream ( )

Definition at line 234 of file pager.cc.

◆ ~diary_stream()

diary_stream::~diary_stream ( )

Definition at line 241 of file pager.cc.

Member Function Documentation

◆ reset()

void diary_stream::reset ( )

Definition at line 259 of file pager.cc.

Referenced by output_system::reset().

◆ stream()

std::ostream & diary_stream::stream ( )

Definition at line 248 of file pager.cc.

Referenced by output_system::__diary__().


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