#include "oct-strstrm.h"
|
static stream | create (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 144 of file oct-strstrm.h.
◆ ostrstream() [1/2]
ostrstream::ostrstream |
( |
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 |
◆ ostrstream() [2/2]
◆ ~ostrstream()
ostrstream::~ostrstream |
( |
void |
| ) |
|
|
protecteddefault |
◆ bad()
bool ostrstream::bad |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ clear()
void ostrstream::clear |
( |
void |
| ) |
|
|
inlinevirtual |
◆ create()
stream ostrstream::create |
( |
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 ostrstream::eof |
( |
void |
| ) |
const |
|
inline |
◆ input_stream()
std::istream * ostrstream::input_stream |
( |
void |
| ) |
|
|
inline |
◆ name()
std::string base_strstream::name |
( |
void |
| ) |
const |
|
inlineinherited |
◆ operator=()
◆ output_stream()
std::ostream * ostrstream::output_stream |
( |
void |
| ) |
|
|
inline |
◆ rdbuf()
std::streambuf * ostrstream::rdbuf |
( |
void |
| ) |
|
|
inlinevirtual |
◆ seek()
OCTAVE_NAMESPACE_BEGIN int base_strstream::seek |
( |
off_t |
, |
|
|
int |
|
|
) |
| |
|
inherited |
◆ str()
std::string ostrstream::str |
( |
void |
| ) |
|
|
inline |
◆ tell()
off_t base_strstream::tell |
( |
void |
| ) |
|
|
virtualinherited |
◆ m_ostream
std::ostringstream ostrstream::m_ostream |
|
private |
The documentation for this class was generated from the following files: