94 : thisOverridingOStream_(null)
A MPI utilities class, providing methods for initializing, finalizing, and querying the global MPI se...
Concrete serial communicator subclass.
Non-templated base class for objects that can print their activities to a stream.
virtual RCP< FancyOStream > getOStream() const
Return the output stream to be used for out for *this object.
virtual ~VerboseObjectBase()
void initializeVerboseObjectBase(const RCP< FancyOStream > &oStream=Teuchos::null)
Calls initializeVerboseObject().
VerboseObjectBase(const RCP< FancyOStream > &oStream=Teuchos::null)
Calls initializeVerboseObject().
virtual std::string getLinePrefix() const
Get the line prefix for this object.
virtual OSTab getOSTab(const int tabs=1, const std::string &linePrefix="") const
Create a tab object which sets the number of tabs and optionally the line prefix.
RCP< FancyOStream > thisOStream_
virtual void informUpdatedVerbosityState() const
Function that is called whenever the verbosity state is updated.
virtual VerboseObjectBase & setLinePrefix(const std::string &linePrefix)
Set line prefix name for this object.
RCP< FancyOStream > thisOverridingOStream_
virtual const VerboseObjectBase & setOStream(const RCP< FancyOStream > &oStream) const
The output stream for *this object.
static void setDefaultOStream(const RCP< FancyOStream > &defaultOStream)
Set the default output stream object.
static RCP< FancyOStream > getDefaultOStream()
Get the default output stream object.
virtual RCP< FancyOStream > getOverridingOStream() const
Return the the overriding output stream if set.
static RCP< FancyOStream > & privateDefaultOStream()
virtual const VerboseObjectBase & setOverridingOStream(const RCP< FancyOStream > &oStream) const
Set the overriding the output stream for *this object.
std::string thisLinePrefix_
bool is_null(const std::shared_ptr< T > &p)
Returns true if p.get()==NULL.
basic_OSTab< char > OSTab