#include <oct-strstrm.h>
Inherits octave_base_strstream.
Public Member Functions | |
octave_ostrstream (std::ios::openmode arg_md=std::ios::out, oct_mach_info::float_format ff=oct_mach_info::native_float_format()) | |
bool | eof (void) const |
std::istream * | input_stream (void) |
std::ostream * | output_stream (void) |
std::string | str (void) |
std::streambuf * | rdbuf (void) |
bool | bad (void) const |
void | clear (void) |
Static Public Member Functions | |
static octave_stream | create (std::ios::openmode arg_md=std::ios::out, oct_mach_info::float_format ff=oct_mach_info::native_float_format()) |
Protected Member Functions | |
~octave_ostrstream (void) |
octave_ostrstream::octave_ostrstream | ( | std::ios::openmode | arg_md = std::ios::out , |
|
oct_mach_info::float_format | ff = oct_mach_info::native_float_format () | |||
) | [inline] |
octave_ostrstream::~octave_ostrstream | ( | void | ) | [inline, protected] |
bool octave_ostrstream::bad | ( | void | ) | const [inline, virtual] |
Implements octave_base_strstream.
void octave_ostrstream::clear | ( | void | ) | [inline, virtual] |
Implements octave_base_strstream.
octave_stream octave_ostrstream::create | ( | std::ios::openmode | arg_md = std::ios::out , |
|
oct_mach_info::float_format | ff = oct_mach_info::native_float_format () | |||
) | [static] |
bool octave_ostrstream::eof | ( | void | ) | const [inline, virtual] |
Implements octave_base_stream.
std::istream* octave_ostrstream::input_stream | ( | void | ) | [inline, virtual] |
Reimplemented from octave_base_stream.
std::ostream* octave_ostrstream::output_stream | ( | void | ) | [inline, virtual] |
Reimplemented from octave_base_stream.
std::streambuf* octave_ostrstream::rdbuf | ( | void | ) | [inline, virtual] |
Implements octave_base_strstream.
std::string octave_ostrstream::str | ( | void | ) | [inline] |