#include "oct-fstrm.h"
|
static stream | create (const std::string &nm_arg, std::ios::openmode arg_md=std::ios::in|std::ios::out, mach_info::float_format flt_fmt=mach_info::native_float_format()) |
|
Definition at line 38 of file oct-fstrm.h.
◆ fstream() [1/2]
fstream::fstream |
( |
const std::string & |
nm_arg, |
|
|
std::ios::openmode |
arg_md = std::ios::in | std::ios::out , |
|
|
mach_info::float_format |
flt_fmt = mach_info::native_float_format () |
|
) |
| |
◆ fstream() [2/2]
fstream::fstream |
( |
const fstream & |
| ) |
|
|
delete |
◆ ~fstream()
fstream::~fstream |
( |
void |
| ) |
|
|
protecteddefault |
◆ create()
OCTAVE_NAMESPACE_BEGIN stream fstream::create |
( |
const std::string & |
nm_arg, |
|
|
std::ios::openmode |
arg_md = std::ios::in | std::ios::out , |
|
|
mach_info::float_format |
flt_fmt = mach_info::native_float_format () |
|
) |
| |
|
static |
◆ do_close()
void fstream::do_close |
( |
void |
| ) |
|
◆ eof()
bool fstream::eof |
( |
void |
| ) |
const |
◆ input_stream()
std::istream * fstream::input_stream |
( |
void |
| ) |
|
◆ name()
std::string fstream::name |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
◆ output_stream()
std::ostream * fstream::output_stream |
( |
void |
| ) |
|
◆ seek()
int fstream::seek |
( |
off_t |
offset, |
|
|
int |
origin |
|
) |
| |
◆ tell()
off_t fstream::tell |
( |
void |
| ) |
|
◆ m_fstream
std::fstream fstream::m_fstream |
|
private |
◆ m_name
std::string fstream::m_name |
|
private |
The documentation for this class was generated from the following files: