Playa::Out Class Reference

#include <PlayaOut.hpp>

List of all members.

Static Public Member Functions

static void println (const std::string &str)
static std::ostream *& basicStream ()
static FancyOStream & os ()
static FancyOStream & root ()
static bool & suppressStdout ()


Detailed Description

Class Out provides standardized access to fancy streams for writing diagnostic output.

Definition at line 28 of file PlayaOut.hpp.


Member Function Documentation

static void Playa::Out::println ( const std::string &  str  )  [inline, static]

Print a line followed by termination

Definition at line 33 of file PlayaOut.hpp.

static std::ostream*& Playa::Out::basicStream (  )  [inline, static]

Definition at line 39 of file PlayaOut.hpp.

FancyOStream & Playa::Out::os (  )  [static]

Provide a fancy ostream wrapper to cout

Definition at line 18 of file PlayaOut.cpp.

FancyOStream & Playa::Out::root (  )  [static]

Provide a fancy ostream wrapper to cout, ignoring output from non-root processors

Definition at line 31 of file PlayaOut.cpp.

static bool& Playa::Out::suppressStdout (  )  [inline, static]

Definition at line 53 of file PlayaOut.hpp.


The documentation for this class was generated from the following files:

doxygen