12 #include "Teuchos_FancyOStream.hpp"
13 #include "Teuchos_Assert.hpp"
62 if ( !only_for_exact_level &&
63 (Teuchos::as<int>(vl) >= Teuchos::as<int>(
m_level)) )
66 if (only_for_exact_level && (vl ==
m_level) )
EVerbosityLevel getVerbosityLevel() const
void setOStream(const Teuchos::RCP< Teuchos::FancyOStream > &os)
Teuchos::RCP< Teuchos::FancyOStream > m_out
Teuchos::FancyOStream & out() const
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Teuchos::RCP< Teuchos::FancyOStream > getOStream() const
bool doOutput(EVerbosityLevel vl, bool only_for_exact_level=false) const
Returns true if vl is equal to or greater than the object's verbosity level.
Teuchos::FancyOStream & pout() const
Teuchos::RCP< Teuchos::FancyOStream > m_pout
OutputStreamDefaultImpl()
basic_FancyOStream & setOutputToRootOnly(const int rootRank)
~OutputStreamDefaultImpl()
RCP< std::basic_ostream< char_type, traits_type > > getOStream()
void copyAllOutputOptions(const basic_FancyOStream< CharT, Traits > &oStream)
void setVerbosityLevel(EVerbosityLevel vl)