GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pager.h File Reference
#include "octave-config.h"
#include <iosfwd>
#include <sstream>
#include <string>
#include <sys/types.h>
Include dependency graph for pager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::diary_buf
 
class  octave::diary_stream
 
class  octave::pager_buf
 
class  octave::pager_stream
 

Namespaces

 octave
 

Macros

#define octave_diary   (octave::diary_stream::stream ())
 
#define octave_stdout   (octave::pager_stream::stream ())
 

Functions

void octave::flush_stdout (void)
 

Macro Definition Documentation

◆ octave_diary

◆ octave_stdout