DumpStream Struct Reference
#include <ittia/os/os_dump.h>
List of all members.
Detailed Description
Debugging output dump stream.
- Note:
- DB_DEBUG must be defined.
|
Public Member Functions |
|
| DumpStream (const DumpStream &) |
|
DumpStream & | operator= (const DumpStream &) |
|
DumpStream & | output (char) |
|
DumpStream & | output (const char *s) |
|
DumpStream & | output (const signed char *s) |
|
DumpStream & | output (const unsigned char *s) |
|
DumpStream & | output (const void *s, int width, int base) |
|
DumpStream & | output (const wchar_t *) |
|
DumpStream & | output (signed char, int width=0, int base=0) |
|
DumpStream & | output (unsigned char, int width=0, int base=0) |
|
DumpStream & | output (signed short, int width=0, int base=10) |
|
DumpStream & | output (unsigned short, int width=0, int base=10) |
|
DumpStream & | output (signed int, int width=0, int base=10) |
|
DumpStream & | output (unsigned int, int width=0, int base=10) |
|
DumpStream & | output (signed long, int width=0, int base=10) |
|
DumpStream & | output (unsigned long, int width=0, int base=10) |
|
DumpStream & | output (int64_t, int width=0, int base=10) |
|
DumpStream & | output (uint64_t, int width=0, int base=10) |
|
DumpStream & | output (float) |
|
DumpStream & | output (double) |
|
DumpStream & | output (bool) |
|
DumpStream & | output (const void *) |
|
DumpStream & | dump (const void *, int, DumpStyle) |
|
void | flush () |
Public Attributes |
|
int | visible |