Go to the source code of this file.
Namespaces | |
pFlow | |
Macros | |
#define | INFORMATION pFlow::pOutput.setColor(boldChar).setColor(magentaColor)<<"> INFO: "<<defaultColor<<magentaColor |
#define | END_INFO defaultColor<<pFlow::endl |
#define | REPORT(n) pFlow::mOutput.space(2*n) |
#define | END_REPORT pFlow::endl |
#define | WARNING pFlow::errReport<<boldChar<<yellowColor<<"> WARNING\n"<<defaultColor<<yellowColor<<" " |
#define | END_WARNING defaultColor<<pFlow::endl |
#define | ERR pFlow::errReport<<boldChar<<redColor<<"> ERROR\n"<<defaultColor<<redColor<<" " |
#define | END_ERR defaultColor<<pFlow::endl |
Variables | |
Ostream | output |
masterOstream | mOutput |
processorOstream | pOutput |
Istream | input |
processorOstream | errReport |
#define INFORMATION pFlow::pOutput.setColor(boldChar).setColor(magentaColor)<<"> INFO: "<<defaultColor<<magentaColor |
Definition at line 36 of file streams.hpp.
#define END_INFO defaultColor<<pFlow::endl |
Definition at line 37 of file streams.hpp.
Definition at line 39 of file streams.hpp.
#define END_REPORT pFlow::endl |
Definition at line 40 of file streams.hpp.
#define WARNING pFlow::errReport<<boldChar<<yellowColor<<"> WARNING\n"<<defaultColor<<yellowColor<<" " |
Definition at line 43 of file streams.hpp.
#define END_WARNING defaultColor<<pFlow::endl |
Definition at line 44 of file streams.hpp.
#define ERR pFlow::errReport<<boldChar<<redColor<<"> ERROR\n"<<defaultColor<<redColor<<" " |
Definition at line 46 of file streams.hpp.
#define END_ERR defaultColor<<pFlow::endl |
Definition at line 47 of file streams.hpp.