#include "oct-strstrm.h"
|
static stream | create (const char *data, std::ios::openmode arg_md=std::ios::out, mach_info::float_format ff=mach_info::native_float_format(), const std::string &encoding="utf-8") |
|
static stream | create (const std::string &data, std::ios::openmode arg_md=std::ios::out, mach_info::float_format ff=mach_info::native_float_format(), const std::string &encoding="utf-8") |
|
Definition at line 80 of file oct-strstrm.h.
◆ istrstream() [1/3]
istrstream::istrstream |
( |
const char * |
data, |
|
|
std::ios::openmode |
arg_md = std::ios::out , |
|
|
mach_info::float_format |
ff = mach_info::native_float_format () , |
|
|
const std::string & |
encoding = "utf-8" |
|
) |
| |
|
inline |
◆ istrstream() [2/3]
istrstream::istrstream |
( |
const std::string & |
data, |
|
|
std::ios::openmode |
arg_md = std::ios::out , |
|
|
mach_info::float_format |
ff = mach_info::native_float_format () , |
|
|
const std::string & |
encoding = "utf-8" |
|
) |
| |
|
inline |
◆ istrstream() [3/3]
◆ ~istrstream()
istrstream::~istrstream |
( |
void |
| ) |
|
|
protecteddefault |
◆ bad()
bool istrstream::bad |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ clear()
void istrstream::clear |
( |
void |
| ) |
|
|
inlinevirtual |
◆ create() [1/2]
stream istrstream::create |
( |
const char * |
data, |
|
|
std::ios::openmode |
arg_md = std::ios::out , |
|
|
mach_info::float_format |
ff = mach_info::native_float_format () , |
|
|
const std::string & |
encoding = "utf-8" |
|
) |
| |
|
static |
◆ create() [2/2]
stream istrstream::create |
( |
const std::string & |
data, |
|
|
std::ios::openmode |
arg_md = std::ios::out , |
|
|
mach_info::float_format |
ff = mach_info::native_float_format () , |
|
|
const std::string & |
encoding = "utf-8" |
|
) |
| |
|
static |
◆ eof()
bool istrstream::eof |
( |
void |
| ) |
const |
|
inline |
◆ input_stream()
std::istream * istrstream::input_stream |
( |
void |
| ) |
|
|
inline |
◆ name()
std::string base_strstream::name |
( |
void |
| ) |
const |
|
inlineinherited |
◆ operator=()
◆ output_stream()
std::ostream * istrstream::output_stream |
( |
void |
| ) |
|
|
inline |
◆ rdbuf()
std::streambuf * istrstream::rdbuf |
( |
void |
| ) |
|
|
inlinevirtual |
◆ seek()
OCTAVE_NAMESPACE_BEGIN int base_strstream::seek |
( |
off_t |
, |
|
|
int |
|
|
) |
| |
|
inherited |
◆ tell()
off_t istrstream::tell |
( |
void |
| ) |
|
|
inlinevirtual |
◆ m_istream
std::istringstream istrstream::m_istream |
|
private |
The documentation for this class was generated from the following files: