Loading...
Searching...
No Matches
spxout.h
Go to the documentation of this file.
Wrapper for several output streams. A verbosity level is used to decide which stream to use and wheth... Definition spxout.h:78 std::ostream ** m_streams array of pointers to internal streams, indexed by verbosity level Definition spxout.h:225 std::ostream & getStream(const Verbosity &verbosity) const Returns the stream for the specified verbosity level. Definition spxout.h:171 static void setFixed(std::ostream &stream, int precision=8) Sets the precision of the stream to 8 and the floatfield to fixed. Definition spxout.h:191 std::ostream & getCurrentStream() const Returns the stream for the current verbosity. Definition spxout.h:178 virtual void setStream(const Verbosity &verbosity, std::ostream &stream) Sets the stream for the specified verbosity level. Definition spxout.h:164 static void setScientific(std::ostream &stream, int precision=8) Sets the precision of the stream to 16 and the floatfield to scientifix. Definition spxout.h:185 Everything should be within this namespace. SPxOut::struct_Verbosity verb(const SPxOut::Verbosity &v) manipulator to be used in an output statement Definition spxout.h:252 Debugging, floating point type and parameter definitions. Definition spxout.h:46
|