The Original CHomP Software
|
Local mute of the stream. More...
#include <textfile.h>
Public Member Functions | |
mute (outputstream &_stream) | |
~mute () | |
Public Attributes | |
outputstream & | stream |
bool | show |
bool | log |
Local mute of the stream.
This class defines an object which makes the stream mute by suppressing output to both the screen and the log file and restores its setting when the object is destroyed.
Definition at line 115 of file textfile.h.
|
inline |
Definition at line 117 of file textfile.h.
|
inline |
bool chomp::homology::outputstream::mute::log |
Definition at line 124 of file textfile.h.
bool chomp::homology::outputstream::mute::show |
Definition at line 123 of file textfile.h.
outputstream& chomp::homology::outputstream::mute::stream |
Definition at line 122 of file textfile.h.