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

#include "procstream.h"

Inheritance diagram for oprocstream:
procstreambase

Public Member Functions

 oprocstream ()
 
 oprocstream (const char *name, int mode=std::ios::out)
 
 oprocstream (const std::string &name, int mode=std::ios::out)
 
 ~oprocstream ()=default
 
void open (const char *name, int mode=std::ios::out)
 
void open (const std::string &name, int mode=std::ios::out)
 
- 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 114 of file procstream.h.

Constructor & Destructor Documentation

◆ oprocstream() [1/3]

oprocstream::oprocstream ( )
inline

Definition at line 120 of file procstream.h.

◆ oprocstream() [2/3]

oprocstream::oprocstream ( const std::string &  name,
int  mode = std::ios::out 
)
inline

Definition at line 122 of file procstream.h.

◆ oprocstream() [3/3]

oprocstream::oprocstream ( const char *  name,
int  mode = std::ios::out 
)
inline

Definition at line 125 of file procstream.h.

◆ ~oprocstream()

oprocstream::~oprocstream ( )
default

Member Function Documentation

◆ open() [1/2]

void oprocstream::open ( const char *  name,
int  mode = std::ios::out 
)
inline

Definition at line 137 of file procstream.h.

References procstreambase::open().

◆ open() [2/2]

void oprocstream::open ( const std::string &  name,
int  mode = std::ios::out 
)
inline

Definition at line 132 of file procstream.h.

References procstreambase::open().


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