|
ESyS-Particle
2.3
|
console with window buffer More...
#include <console.h>


Public Member Functions | |
| Con (ostream *Ios) | |
| virtual | ~Con () |
| virtual char * | GetLast (char *buff) |
Public Member Functions inherited from BasicCon | |
| BasicCon () | |
| BasicCon (ostream *Ios) | |
| virtual | ~BasicCon () |
| void | SetQuiet (bool Q) |
| void | SetTiming (bool T) |
| virtual void | flush () |
| virtual void | SetOStream (ostream *Ios) |
| BasicCon & | Message (bool h=true) |
| set verbose level of next message to "msg" More... | |
| BasicCon & | Error (bool h=true) |
| set verbose level of next message to "err" More... | |
| BasicCon & | Warning (bool h=true) |
| set verbose level of next message to "wrn" More... | |
| BasicCon & | Critical (bool h=true) |
| set verbose level of next message to "crt" More... | |
| BasicCon & | Info (bool h=true) |
| set verbose level of next message to "inf" More... | |
| BasicCon & | Debug (bool h=true) |
| set verbose level of next message to "dbg" More... | |
| BasicCon & | XDebug (bool h=true) |
| set verbose level of next message to "xdg" More... | |
| BasicCon & | Timing (bool h=true) |
| set verbose level of next message to "tme" More... | |
| BasicCon & | operator<< (const char *s) |
| BasicCon & | operator<< (char s) |
| BasicCon & | operator<< (short s) |
| BasicCon & | operator<< (int s) |
| BasicCon & | operator<< (long s) |
| BasicCon & | operator<< (float s) |
| BasicCon & | operator<< (double s) |
| BasicCon & | operator<< (unsigned char s) |
| BasicCon & | operator<< (unsigned short s) |
| BasicCon & | operator<< (unsigned int s) |
| BasicCon & | operator<< (unsigned long s) |
| BasicCon & | operator<< (void *s) |
| BasicCon & | operator<< (Vec3 s) |
| BasicCon & | operator<< (const Matrix3 &) |
| BasicCon & | operator<< (CCounter &s) |
| BasicCon & | operator<< (CCounterList &s) |
| BasicCon & | operator<< (const string &) |
Protected Member Functions | |
| virtual void | process (ostringstream *str_os) |
| Con () | |
Protected Member Functions inherited from BasicCon | |
| virtual void | show (char *level, bool h) |
Private Attributes | |
| int | CurCol |
| char | Buffer [4096] |
Additional Inherited Members | |
Public Types inherited from BasicCon | |
| enum | VerboseLevel { all =0, dbg, info, msg, warning, err, critical, silent } |
Static Public Member Functions inherited from BasicCon | |
| static void | SetVerbose (int vl=all) |
| set verbose level More... | |
| static int | GetVerbose () |
Protected Attributes inherited from BasicCon | |
| char * | CurBuffer |
| buffer for output & process More... | |
| ostream * | os |
| Output stream (cout usually) More... | |
Static Protected Attributes inherited from BasicCon | |
| static int | VLevel = Con::info |
| current verbose level More... | |
| static bool | mute = false |
| static bool | quiet = false |
| flag to mute console (loats output) or quiet console More... | |
| static bool | timing = false |
console with window buffer
|
protected |
References CurCol.
| Con::Con | ( | ostream * | Ios | ) |
References CurCol.
|
virtual |
|
protectedvirtual |
output stream on Output stream if not quiet
| str_os | stream to output |
Reimplemented from BasicCon.
References Buffer, cout, CurCol, BasicCon::flush(), esys::lsm::bpu::len(), BasicCon::process(), and ConsoleWindow::Update().
