bpp-core3
3.0.0
|
Null output stream (swich off output). More...
#include <Bpp/Io/OutputStream.h>
Public Member Functions | |
NullOutputStream & | operator<< (const std::string &message) |
NullOutputStream & | operator<< (const char *message) |
NullOutputStream & | operator<< (const char &message) |
NullOutputStream & | operator<< (const int &message) |
NullOutputStream & | operator<< (const unsigned int &message) |
NullOutputStream & | operator<< (const long int &message) |
NullOutputStream & | operator<< (const unsigned long int &message) |
NullOutputStream & | operator<< (const double &message) |
NullOutputStream & | operator<< (const long double &message) |
NullOutputStream & | operator<< (const bool &message) |
NullOutputStream & | endLine () |
NullOutputStream & | flush () |
NullOutputStream * | 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 |
Null output stream (swich off output).
Definition at line 89 of file OutputStream.h.
|
inlinevirtual |
Create a copy of this object and send a pointer to it.
Implements bpp::OutputStream.
Definition at line 106 of file OutputStream.h.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 81 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 103 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 104 of file OutputStream.h.
|
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 93 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 94 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 95 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 96 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 97 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 98 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 99 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 100 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 101 of file OutputStream.h.
|
inlinevirtual |
Implements bpp::OutputStream.
Definition at line 102 of file OutputStream.h.
|
inlinevirtualinherited |
Implements bpp::OutputStream.
Definition at line 74 of file OutputStream.h.