www.cemf.ir
streams.hpp File Reference
+ Include dependency graph for streams.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ INFORMATION

#define INFORMATION   pFlow::pOutput.setColor(boldChar).setColor(magentaColor)<<"> INFO: "<<defaultColor<<magentaColor

Definition at line 36 of file streams.hpp.

◆ END_INFO

#define END_INFO   defaultColor<<pFlow::endl

Definition at line 37 of file streams.hpp.

◆ REPORT

#define REPORT (   n)    pFlow::mOutput.space(2*n)

Definition at line 39 of file streams.hpp.

◆ END_REPORT

#define END_REPORT   pFlow::endl

Definition at line 40 of file streams.hpp.

◆ WARNING

#define WARNING   pFlow::errReport<<boldChar<<yellowColor<<"> WARNING\n"<<defaultColor<<yellowColor<<" "

Definition at line 43 of file streams.hpp.

◆ END_WARNING

#define END_WARNING   defaultColor<<pFlow::endl

Definition at line 44 of file streams.hpp.

◆ ERR

#define ERR   pFlow::errReport<<boldChar<<redColor<<"> ERROR\n"<<defaultColor<<redColor<<" "

Definition at line 46 of file streams.hpp.

◆ END_ERR

#define END_ERR   defaultColor<<pFlow::endl

Definition at line 47 of file streams.hpp.