#include <kdebug.h>
Public Methods | |
| kdbgstream (kdbgstream &str) | |
| Copy constructor. | |
| kdbgstream & | operator<< (bool i) |
| kdbgstream & | operator<< (short i) |
| kdbgstream & | operator<< (unsigned short i) |
| kdbgstream & | operator<< (char i) |
| kdbgstream & | operator<< (unsigned char i) |
| kdbgstream & | operator<< (int i) |
| kdbgstream & | operator<< (unsigned int i) |
| kdbgstream & | operator<< (long i) |
| kdbgstream & | operator<< (unsigned long i) |
| void | flush () |
| kdbgstream & | operator<< (const QString &string) |
| kdbgstream & | operator<< (const char *string) |
| kdbgstream & | operator<< (const QCString &string) |
| kdbgstream & | operator<< (const void *p) |
| kdbgstream & | operator<< (KDBGFUNC f) |
| kdbgstream & | operator<< (double d) |
| kdbgstream & | form (const char *format,...) |
| kdbgstream & | operator<< (QWidget *widget) |
Example:
int i = 5;
kdDebug() << "The value of i is " << i << endl;
Definition at line 54 of file kdebug.h.
|
|
Flushes the output. Referenced by operator<<(). |
|
||||||||||||
|
Prints the string
Referenced by operator<<(). |
|
|
Operator to print out basic information about a QWidget. Output of class names only works if the class is moc'ified.
|
|
|
Prints the given value.
|
|
|
Invokes the given function.
|
|
|
Prints the given value.
Definition at line 195 of file kdebug.h. References form(). |
|
|
Prints the given value.
|
|
|
Prints the given value.
Definition at line 174 of file kdebug.h. References flush(). |
|
|
Prints the given value.
Definition at line 162 of file kdebug.h. References flush(). |
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
|
|
Prints the given value.
|
1.2.18