bpp-core3
3.0.0
|
STL wrapper for output stream. More...
#include <Bpp/Io/OutputStream.h>
Protected Attributes | |
std::ostream * | stream_ |
STL wrapper for output stream.
This class wraps the std::ostream class, by forwarding to the STL class. It does not own the STL stream and won't delete it.
Definition at line 168 of file OutputStream.h.
|
inline |
Definition at line 175 of file OutputStream.h.
|
inline |
Definition at line 176 of file OutputStream.h.
|
inlinevirtual |
Create a copy of this object and send a pointer to it.
Implements bpp::OutputStream.
Definition at line 204 of file OutputStream.h.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 81 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 201 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 202 of file OutputStream.h.
References flush().
Referenced by flush().
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 79 of file OutputStream.h.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 82 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 180 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 181 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 182 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 183 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 184 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 186 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 187 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 188 of file OutputStream.h.
References bpp::OutputStream::getPrecision(), and bpp::OutputStream::isScientificNotationEnabled().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 194 of file OutputStream.h.
References bpp::OutputStream::getPrecision(), and bpp::OutputStream::isScientificNotationEnabled().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 200 of file OutputStream.h.
|
inline |
Definition at line 177 of file OutputStream.h.
References stream_.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 74 of file OutputStream.h.
|
protected |
Definition at line 172 of file OutputStream.h.
Referenced by operator=().