Go to the source code of this file.
Value:
Teuchos::FancyOStream& out0 = (VerboseObject::GetProcRankVerbose() == 0) ? out : VerboseObject::GetBlackHole(); \
\
out << description() << std::endl; \
out << BaseClass::description() << std::endl; \
basic_OSTab< char > OSTab
basic_FancyOStream< char > FancyOStream
One-liner description of what is happening.
Description of what is happening (more verbose)
Helper macro for implementing Describable::describe() for BaseClass objects.
Definition at line 82 of file MueLu_BaseClass.hpp.
#define MUELU_BASECLASS_SHORT |