Go to the source code of this file.
Classes | |
class | iOstream |
Interface class for any output stream. More... | |
Namespaces | |
pFlow | |
Macros | |
#define | Red_Text(text) redColor<<text<<defaultColor |
#define | Yellow_Text(text) yellowColor<<text<<defaultColor |
#define | Blue_Text(text) blueColor<<text<<defaultColor |
#define | Green_Text(text) greenColor<<text<<defaultColor |
#define | Magenta_Text(text) magentaColor<<text<<defaultColor |
#define | Cyan_Text(text) cyanColor<<text<<defaultColor |
#define | Bold_Text(text) boldChar<<text<<defaultColor |
Typedefs | |
typedef iOstream &(* | iOstreamManip) (iOstream &) |
An iOstream manipulator. More... | |
Functions | |
iOstream & | operator<< (iOstream &os, iOstreamManip f) |
operator<< handling for manipulators without arguments More... | |
iOstream & | operator<< (iOstream &os, IOstreamManip f) |
operator<< handling for manipulators without arguments More... | |
iOstream & | indent (iOstream &os) |
Indent stream. More... | |
iOstream & | incrIndent (iOstream &os) |
Increment the indent level. More... | |
iOstream & | decrIndent (iOstream &os) |
Decrement the indent level. More... | |
iOstream & | flush (iOstream &os) |
Flush stream. More... | |
iOstream & | endl (iOstream &os) |
Add newline and flush stream. More... | |
iOstream & | beginBlock (iOstream &os) |
Write begin block group without a name. More... | |
iOstream & | endBlock (iOstream &os) |
Write end block group. More... | |
iOstream & | endEntry (iOstream &os) |
Write end entry (';') followed by newline. More... | |
iOstream & | operator<< (iOstream &os, const char c) |
iOstream & | operator<< (iOstream &os, const char *buf) |
iOstream & | operator<< (iOstream &os, const word &w) |
iOstream & | operator<< (iOstream &os, const int64 &val) |
iOstream & | operator<< (iOstream &os, const int32 &val) |
iOstream & | operator<< (iOstream &os, const int8 &val) |
iOstream & | operator<< (iOstream &os, const uint64 &val) |
iOstream & | operator<< (iOstream &os, const uint32 &val) |
iOstream & | operator<< (iOstream &os, const uint8 &val) |
iOstream & | operator<< (iOstream &os, const float &val) |
iOstream & | operator<< (iOstream &os, const double &val) |
iOstream & | operator<< (iOstream &os, const size_t &val) |
Variables | |
const char * | defaultColor = "\033[0m" |
char constants to alter output format and color More... | |
const char * | blackColor = "\033[30m" |
const char * | redColor = "\033[31m" |
const char * | greenColor = "\033[32m" |
const char * | yellowColor = "\033[33m" |
const char * | blueColor = "\033[34m" |
const char * | magentaColor = "\033[35m" |
const char * | cyanColor = "\033[36m" |
const char * | whiteColor = "\033[37m" |
const char * | boldChar = "\033[1m" |
constexpr char | tab = '\t' |
constexpr char | nl = '\n' |
#define Red_Text | ( | text | ) | redColor<<text<<defaultColor |
Definition at line 39 of file iOstream.hpp.
#define Yellow_Text | ( | text | ) | yellowColor<<text<<defaultColor |
Definition at line 40 of file iOstream.hpp.
#define Blue_Text | ( | text | ) | blueColor<<text<<defaultColor |
Definition at line 41 of file iOstream.hpp.
#define Green_Text | ( | text | ) | greenColor<<text<<defaultColor |
Definition at line 42 of file iOstream.hpp.
#define Magenta_Text | ( | text | ) | magentaColor<<text<<defaultColor |
Definition at line 43 of file iOstream.hpp.
#define Cyan_Text | ( | text | ) | cyanColor<<text<<defaultColor |
Definition at line 44 of file iOstream.hpp.
#define Bold_Text | ( | text | ) | boldChar<<text<<defaultColor |
Definition at line 45 of file iOstream.hpp.
|
inline |
char constants to alter output format and color
Definition at line 27 of file iOstream.hpp.
Referenced by pFlow::TSFtoVTK::convertRealx3TypetriSurfaceField(), pFlow::PFtoVTK::convertTimeFolderPointFields(), pFlow::PFtoVTK::convertTimeFolderPointFieldsSelected(), and Timer::write().
|
inline |
Definition at line 28 of file iOstream.hpp.
|
inline |
Definition at line 29 of file iOstream.hpp.
|
inline |
Definition at line 30 of file iOstream.hpp.
Referenced by pFlow::TSFtoVTK::convertRealx3TypetriSurfaceField(), and Timer::write().
|
inline |
Definition at line 31 of file iOstream.hpp.
Referenced by pFlow::PFtoVTK::convertTimeFolderPointFields(), pFlow::PFtoVTK::convertTimeFolderPointFieldsSelected(), and Timer::write().
|
inline |
Definition at line 32 of file iOstream.hpp.
|
inline |
Definition at line 33 of file iOstream.hpp.
|
inline |
Definition at line 34 of file iOstream.hpp.
|
inline |
Definition at line 35 of file iOstream.hpp.
|
inline |
Definition at line 37 of file iOstream.hpp.
Referenced by Timer::write().