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