bpp-core3
3.0.0
|
Standard output 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 () |
StdOut * | 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 output stream.
This class wraps the std::cout stream.
Definition at line 212 of file OutputStream.h.
|
inlinevirtual |
Create a copy of this object and send a pointer to it.
Implements bpp::OutputStream.
Definition at line 237 of file OutputStream.h.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 81 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 234 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 235 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 216 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 217 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 218 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 219 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 220 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 221 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 222 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 223 of file OutputStream.h.
References bpp::OutputStream::getPrecision(), and bpp::OutputStream::isScientificNotationEnabled().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 228 of file OutputStream.h.
References bpp::OutputStream::getPrecision(), and bpp::OutputStream::isScientificNotationEnabled().
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 233 of file OutputStream.h.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 74 of file OutputStream.h.