#include <Inform.h>
Public Types | |
typedef std::ios_base::fmtflags | FmtFlags_t |
enum | WriteMode { OVERWRITE, APPEND } |
Public Member Functions | |
Inform (const char *=0, int=0) | |
Inform (const char *prefix, const char *fname, const WriteMode, int=0) | |
Inform (const char *, ostream &, int=0) | |
~Inform () | |
void | on (const bool o) |
bool | isOn () const |
Inform & | setOutputLevel (const int) |
int | getOutputLevel (void) const |
Inform & | setMessageLevel (const int) |
int | getMessageLevel (void) const |
int | getPrintNode () const |
void | setPrintNode (int n=(-1)) |
ostream & | getStream () |
bool | openedSuccessfully () |
Inform & | outputMessage (void) |
FmtFlags_t | setf (FmtFlags_t setbits, FmtFlags_t field) |
FmtFlags_t | setf (FmtFlags_t f) |
void | unsetf (FmtFlags_t f) |
long | flags () const |
long | flags (FmtFlags_t f) |
int | width () const |
int | width (int w) |
char | fill () const |
char | fill (char c) |
int | precision () const |
int | precision (int p) |
Definition at line 64 of file Inform.h.
|
|
|
|
|
Definition at line 72 of file Inform.cpp. References MAX_INFORM_MSG_SIZE, TAU_IO, TAU_PROFILE, and TAU_UTILITY. |
|
Definition at line 92 of file Inform.cpp. References endl(), MAX_INFORM_MSG_SIZE, IpplInfo::myNode(), TAU_IO, TAU_PROFILE, and TAU_UTILITY. Here is the call graph for this function: |
|
Definition at line 131 of file Inform.cpp. References MAX_INFORM_MSG_SIZE, TAU_IO, TAU_PROFILE, and TAU_UTILITY. |
|
Definition at line 152 of file Inform.cpp. References TAU_IO, TAU_PROFILE, and TAU_UTILITY. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 103 of file Inform.h. Referenced by operator<<(). |
|
|
|
|
|
|
|
Definition at line 244 of file Inform.cpp. References IpplInfo::myNode(), TAU_IO, TAU_PROFILE, and TAU_UTILITY. Referenced by endl(). Here is the call graph for this function: |
|
|
|
|
|
|
|
Definition at line 119 of file Inform.h. Referenced by operator<<(). |
|
Definition at line 234 of file Inform.cpp. References MAX_INFORM_LEVEL, MIN_INFORM_LEVEL, TAU_IO, TAU_PROFILE, and TAU_UTILITY. Referenced by level1(), level2(), level3(), level4(), and level5(). |
|
Definition at line 223 of file Inform.cpp. References MAX_INFORM_LEVEL, MIN_INFORM_LEVEL, TAU_IO, TAU_PROFILE, and TAU_UTILITY. |
|
Definition at line 100 of file Inform.h. Referenced by FieldBlock< T, Dim, Mesh, Centering >::write(). |
|
|
|
|
|
Definition at line 126 of file Inform.h. Referenced by IpplTimings::print(). |