FreePOOMA
2.4.1
|
A general utility class which looks very much like an ostream, which will format output to include an optional prefix string, and will print out results to multiple other ostreams. More...
#include "Pooma/Configuration.h"
#include "Utilities/PAssert.h"
#include "Threads/PoomaMutex.h"
#include <iostream>
#include <string>
#include <map>
#include <sstream>
#include <iterator>
Classes | |
class | Inform |
A message is sent to an Inform object by treating it as an ostream, then ending the message by sending the 'inform' manipulator. More... | |
class | InformIterator< T > |
Namespaces | |
namespace | std |
Functions | |
Inform & | std::endl (Inform &) |
Inform & | std::flush (Inform &) |
Inform & | std::lock (Inform &) |
Inform & | std::unlock (Inform &) |
Inform & | operator<< (Inform &o, Inform &(*d)(Inform &)) |
Inform & | operator<< (Inform &o, std::ios_base &(*d)(std::ios_base &)) |
template<class T > | |
Inform & | operator<< (Inform &o, const T &val) |
Inform & | operator<< (Inform &o, const void *val) |
Inform & | operator<< (Inform &o, const char *s) |
Inform & | operator<< (Inform &o, const std::string &s) |
A general utility class which looks very much like an ostream, which will format output to include an optional prefix string, and will print out results to multiple other ostreams.
When used in a parallel environment, Inform will also print out the context number as part of the prefix.
References Inform::stream().
References Inform::stream().
References Inform::setf(), and Inform::stream().
References Inform::stream().
References Inform::stream().