Go to the documentation of this file. 1 #ifndef __streams_hpp__
2 #define __streams_hpp__
29 #define redText(text) redColor<<text<<defaultColor
30 #define yellowText(text) yellowColor<<text<<defaultColor
31 #define blueText(text) blueColor<<text<<defaultColor
32 #define greenText(text) greenColor<<text<<defaultColor
33 #define magentaText(text) magentaColor<<text<<defaultColor
34 #define cyanText(text) cyanColor<<text<<defaultColor
35 #define boldText(text) boldChar<<text<<defaultColor
37 #define INFORMATION pFlow::output<<boldChar<<magentaColor<<"> INFO: "<<defaultColor<<magentaColor
38 #define endINFO defaultColor<<pFlow::nl
40 #define REPORT(n) pFlow::output.space(2*n)
41 #define endREPORT pFlow::nl
44 #define yWARNING pFlow::output<<boldChar<<yellowColor<<"> WARNING\n"<<defaultColor<<yellowColor<<" "
45 #define endyWARNING defaultColor<<pFlow::nl
47 #define ERR pFlow::output<<boldChar<<redColor<<"> ERROR\n"<<defaultColor<<redColor<<" "
48 #define endERR defaultColor<<pFlow::nl