#include "oct-prcstrm.h"
|
| octave_oprocstream (const std::string &n, std::ios::openmode arg_md=std::ios::out, octave::mach_info::float_format flt_fmt=octave::mach_info::native_float_format(), const std::string &encoding="utf-8") |
|
|
static octave::stream | create (const std::string &n, std::ios::openmode arg_md=std::ios::out, octave::mach_info::float_format flt_fmt=octave::mach_info::native_float_format(), const std::string &encoding="utf-8") |
|
Definition at line 66 of file oct-prcstrm.h.
◆ octave_oprocstream()
octave_oprocstream::octave_oprocstream |
( |
const std::string & |
n, |
|
|
std::ios::openmode |
arg_md = std::ios::out , |
|
|
octave::mach_info::float_format |
flt_fmt = octave::mach_info::native_float_format () , |
|
|
const std::string & |
encoding = "utf-8" |
|
) |
| |
◆ ~octave_oprocstream()
octave_oprocstream::~octave_oprocstream |
( |
| ) |
|
|
protected |
◆ create()
octave::stream octave_oprocstream::create |
( |
const std::string & |
n, |
|
|
std::ios::openmode |
arg_md = std::ios::out , |
|
|
octave::mach_info::float_format |
flt_fmt = octave::mach_info::native_float_format () , |
|
|
const std::string & |
encoding = "utf-8" |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: