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 &)
DumpStreamoperator= (const DumpStream &)
DumpStreamoutput (char)
DumpStreamoutput (const char *s)
DumpStreamoutput (const signed char *s)
DumpStreamoutput (const unsigned char *s)
DumpStreamoutput (const void *s, int width, int base)
DumpStreamoutput (const wchar_t *)
DumpStreamoutput (signed char, int width=0, int base=0)
DumpStreamoutput (unsigned char, int width=0, int base=0)
DumpStreamoutput (signed short, int width=0, int base=10)
DumpStreamoutput (unsigned short, int width=0, int base=10)
DumpStreamoutput (signed int, int width=0, int base=10)
DumpStreamoutput (unsigned int, int width=0, int base=10)
DumpStreamoutput (signed long, int width=0, int base=10)
DumpStreamoutput (unsigned long, int width=0, int base=10)
DumpStreamoutput (int64_t, int width=0, int base=10)
DumpStreamoutput (uint64_t, int width=0, int base=10)
DumpStreamoutput (float)
DumpStreamoutput (double)
DumpStreamoutput (bool)
DumpStreamoutput (const void *)
DumpStreamdump (const void *, int, DumpStyle)
void flush ()

Public Attributes

int visible

Copyright © 2005-2008 ITTIA®. All rights reserved.