bpp-core3
3.0.0
|
Standard error stream. More...
#include <Bpp/Io/OutputStream.h>
Public Member Functions | |
OutputStream & | operator<< (const std::string &message) |
OutputStream & | operator<< (const char *message) |
OutputStream & | operator<< (const char &message) |
OutputStream & | operator<< (const int &message) |
OutputStream & | operator<< (const unsigned int &message) |
OutputStream & | operator<< (const long int &message) |
OutputStream & | operator<< (const unsigned long int &message) |
OutputStream & | operator<< (const double &message) |
OutputStream & | operator<< (const long double &message) |
OutputStream & | operator<< (const bool &message) |
OutputStream & | endLine () |
OutputStream & | flush () |
StdErr * | clone () const |
Create a copy of this object and send a pointer to it. More... | |
OutputStream & | setPrecision (int digit) |
int | getPrecision () const |
virtual OutputStream & | enableScientificNotation (bool yn) |
virtual bool | isScientificNotationEnabled () const |
Standard error stream.
This class wraps the std::cerr stream.
Definition at line 246 of file OutputStream.h.
|
inlinevirtual |
Create a copy of this object and send a pointer to it.
Implements bpp::OutputStream.
Definition at line 271 of file OutputStream.h.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 81 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 268 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 269 of file OutputStream.h.
References bpp::OutputStream::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 250 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 251 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 252 of file OutputStream.h.
References bpp::OutputStream::getPrecision().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 253 of file OutputStream.h.
References bpp::OutputStream::getPrecision().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 254 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 255 of file OutputStream.h.
References bpp::OutputStream::getPrecision().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 256 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 257 of file OutputStream.h.
References bpp::OutputStream::getPrecision(), and bpp::OutputStream::isScientificNotationEnabled().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 262 of file OutputStream.h.
References bpp::OutputStream::getPrecision(), and bpp::OutputStream::isScientificNotationEnabled().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 267 of file OutputStream.h.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 74 of file OutputStream.h.