Navigation

Operators and Keywords

Function List:

C++ API

octave_ostrstream Class Reference

#include <oct-strstrm.h>

Inherits octave_base_strstream.

Collaboration diagram for octave_ostrstream:

List of all members.


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::ostreamoutput_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)

Constructor & Destructor Documentation

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]


Member Function Documentation

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]


The documentation for this class was generated from the following files: