#include "oct-iostrm.h"
|
static stream | create (std::ostream *arg, const std::string &n="") |
|
Definition at line 124 of file oct-iostrm.h.
◆ ostream() [1/2]
ostream::ostream |
( |
std::ostream * |
arg, |
|
|
const std::string & |
n = "" |
|
) |
| |
|
inline |
◆ ~ostream()
ostream::~ostream |
( |
void |
| ) |
|
|
protecteddefault |
◆ ostream() [2/2]
ostream::ostream |
( |
const ostream & |
| ) |
|
|
privatedelete |
◆ create()
octave::stream ostream::create |
( |
std::ostream * |
arg, |
|
|
const std::string & |
n = "" |
|
) |
| |
|
static |
◆ eof()
bool ostream::eof |
( |
void |
| ) |
const |
◆ input_stream()
std::istream * ostream::input_stream |
( |
void |
| ) |
|
|
inline |
◆ invalid_operation()
void base_iostream::invalid_operation |
( |
void |
| ) |
const |
|
protectedinherited |
◆ name()
std::string base_iostream::name |
( |
void |
| ) |
const |
|
inlineinherited |
◆ operator=()
◆ output_stream()
std::ostream * ostream::output_stream |
( |
void |
| ) |
|
|
inline |
◆ seek()
OCTAVE_NAMESPACE_BEGIN int base_iostream::seek |
( |
off_t |
offset, |
|
|
int |
origin |
|
) |
| |
|
inherited |
◆ stream_type()
const char * ostream::stream_type |
( |
void |
| ) |
const |
|
inlineprivatevirtual |
◆ tell()
off_t base_iostream::tell |
( |
void |
| ) |
|
|
inherited |
◆ m_name
std::string base_iostream::m_name |
|
privateinherited |
◆ m_ostream
std::ostream* ostream::m_ostream |
|
private |
The documentation for this class was generated from the following files: