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

#include "procstream.h"

Inheritance diagram for procstream:
procstreambase

Public Member Functions

 procstream ()
 
 procstream (const char *name, int mode)
 
 procstream (const std::string &name, int mode)
 
 ~procstream ()=default
 
void open (const char *name, int mode)
 
void open (const std::string &name, int mode)
 
- Public Member Functions inherited from procstreambase
 procstreambase ()
 
 procstreambase (const char *name, int mode)
 
 procstreambase (const std::string &name, int mode)
 
 ~procstreambase ()
 
int close ()
 
int file_number () const
 
int is_open () const
 
void open (const char *name, int mode)
 
void open (const std::string &name, int mode)
 
pid_t pid () const
 

Detailed Description

Definition at line 143 of file procstream.h.

Constructor & Destructor Documentation

◆ procstream() [1/3]

procstream::procstream ( )
inline

Definition at line 149 of file procstream.h.

◆ procstream() [2/3]

procstream::procstream ( const std::string &  name,
int  mode 
)
inline

Definition at line 151 of file procstream.h.

◆ procstream() [3/3]

procstream::procstream ( const char *  name,
int  mode 
)
inline

Definition at line 155 of file procstream.h.

◆ ~procstream()

procstream::~procstream ( )
default

Member Function Documentation

◆ open() [1/2]

void procstream::open ( const char *  name,
int  mode 
)
inline

Definition at line 168 of file procstream.h.

References procstreambase::open().

◆ open() [2/2]

void procstream::open ( const std::string &  name,
int  mode 
)
inline

Definition at line 163 of file procstream.h.

References procstreambase::open().


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