|
Feel++ 0.91.0
|
Classes | |
| struct | Private |
Public Types | |
Internal Structures | |
| typedef int(* | stprintf )(const char *format,...) |
Public Member Functions | |
| void | setFlush (stprintf=0) |
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 () | |
Methods | |
| bool | doPrint () const |
| void | flush () |
| DebugStream & | operator<< (bool) |
| DebugStream & | operator<< (int16_type) |
| DebugStream & | operator<< (int32_type) |
| DebugStream & | operator<< (uint16_type) |
| DebugStream & | operator<< (uint32_type) |
| DebugStream & | operator<< (int64_type) |
| DebugStream & | operator<< (uint64_type) |
| DebugStream & | operator<< (double) |
| DebugStream & | operator<< (std::complex< double >) |
| DebugStream & | operator<< (const char *) |
| DebugStream & | operator<< (std::string const &) |
| DebugStream & | operator<< (LManipFunction f) |
| static void | addDebugArea (uint16_type area, std::string const &description) |
| static void | showDebugAreas (std::string const &areas) |
| 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 () |
| bool Feel::DebugStream::doPrint | ( | ) | const |
1.7.4