Class xlifepp::BasicOutputManager#
-
template<class ScalarType>
class BasicOutputManager : public xlifepp::OutputManager<ScalarType>#
-
xlifepp’s basic output manager for sending information of select verbosity levels to the appropriate output stream.
Set/Get methods
-
virtual bool isVerbosity(MsgEigenType type) const#
-
Find out whether we need to print out information for this message type.
This method is used by the solver to determine whether computations are necessary for this message type.
-
virtual void print(MsgEigenType type, const std::string output)#
-
Send some output to this output stream.
-
virtual std::ostream &stream(MsgEigenType type)#
-
Return a stream for outputting to.
-
virtual bool isVerbosity(MsgEigenType type) const#