![]() |
LifeV
|
#include <LifeDebug.hpp>
Collaboration diagram for DebugStream:Data Structures | |
| struct | Private |
Private Attributes | |
| Private * | M_data |
Public typedefs and structures | |
| typedef int(* | stprintf) (const char *format,...) |
Constructors, destructor | |
| DebugStream (int area=0, int level=1, bool print=true) | |
| DebugStream (const char *initialString, int area=0, int level=1, bool print=true) | |
| DebugStream (DebugStream const &) | |
| ~DebugStream () | |
Operators | |
| DebugStream & | operator<< (char const *c) |
| DebugStream & | operator<< (double d) |
| DebugStream & | operator<< (std::string const &str) |
| DebugStream & | operator<< (LManipFunction f) |
Methods | |
| void | setFlush (stprintf=0) |
| void | flush () |
| static void | attach (std::string const &logfile) |
| static void | attach (std::string const &logfile, int area) |
| static void | detach (std::string const &logfile, int area) |
| static void | detachAll () |
Definition at line 63 of file LifeDebug.hpp.
| typedef int(* stprintf) (const char *format,...) |
Definition at line 69 of file LifeDebug.hpp.
| DebugStream | ( | int | area = 0, |
| int | level = 1, |
||
| bool | print = true |
||
| ) |
| DebugStream | ( | const char * | initialString, |
| int | area = 0, |
||
| int | level = 1, |
||
| bool | print = true |
||
| ) |
| DebugStream | ( | DebugStream const & | sd | ) |
Definition at line 229 of file LifeDebug.cpp.
| ~DebugStream | ( | ) |
Definition at line 236 of file LifeDebug.cpp.
| DebugStream & operator<< | ( | char const * | c | ) |
Definition at line 245 of file LifeDebug.cpp.
| DebugStream & operator<< | ( | double | d | ) |
Definition at line 258 of file LifeDebug.cpp.
| DebugStream & operator<< | ( | std::string const & | str | ) |
Definition at line 268 of file LifeDebug.cpp.
| DebugStream & operator<< | ( | LifeV::LManipFunction | f | ) |
Definition at line 281 of file LifeDebug.cpp.
| void setFlush | ( | stprintf | func = 0 | ) |
Definition at line 294 of file LifeDebug.cpp.
| void flush | ( | ) |
|
static |
Definition at line 327 of file LifeDebug.cpp.
|
static |
Definition at line 352 of file LifeDebug.cpp.
|
static |
Definition at line 356 of file LifeDebug.cpp.
|
static |
Definition at line 360 of file LifeDebug.cpp.
|
private |
Definition at line 101 of file LifeDebug.hpp.