![]() |
fpmas 1.6
|
#include <output.h>


Public Member Functions | |
| std::ostringstream & | get () override |
| std::string | str () const |
Public Member Functions inherited from fpmas::api::io::OutputStream | |
| virtual std::ostream & | get ()=0 |
| std::ostream & | operator<< (std::ostream &(*func)(std::ostream &)) |
A string based implementation of fpmas::api::io::OutputStream.
Outputs are performed on an underlying string.
|
inlineoverridevirtual |
Returns a reference to the underlying std::ostringstream instance.
Implements fpmas::api::io::OutputStream.
|
inline |
Returns a copy of the current output string.