kndbgstream Class Reference
#include <kdebug.h>
Public Member Functions | |
kndbgstream () | |
kndbgstream & | operator<< (short int) |
kndbgstream & | operator<< (unsigned short int) |
kndbgstream & | operator<< (char) |
kndbgstream & | operator<< (unsigned char) |
kndbgstream & | operator<< (int) |
kndbgstream & | operator<< (unsigned int) |
void | flush () |
kndbgstream & | operator<< (QChar) |
kndbgstream & | operator<< (const QString &) |
kndbgstream & | operator<< (const QCString &) |
kndbgstream & | operator<< (const char *) |
kndbgstream & | operator<< (const void *) |
kndbgstream & | operator<< (void *) |
kndbgstream & | operator<< (double) |
kndbgstream & | operator<< (long) |
kndbgstream & | operator<< (unsigned long) |
kndbgstream & | operator<< (Q_LLONG) |
kndbgstream & | operator<< (Q_ULLONG) |
kndbgstream & | operator<< (KNDBGFUNC) |
kndbgstream & | operator<< (const QWidget *) |
kndbgstream & | operator<< (QWidget *) |
kndbgstream & | form (const char *,...) |
kndbgstream & | operator<< (const QDateTime &) |
kndbgstream & | operator<< (const QDate &) |
kndbgstream & | operator<< (const QTime &) |
kndbgstream & | operator<< (const QPoint &) |
kndbgstream & | operator<< (const QSize &) |
kndbgstream & | operator<< (const QRect &) |
kndbgstream & | operator<< (const QRegion &) |
kndbgstream & | operator<< (const KURL &) |
kndbgstream & | operator<< (const QStringList &) |
kndbgstream & | operator<< (const QColor &) |
kndbgstream & | operator<< (const QPen &) |
kndbgstream & | operator<< (const QBrush &) |
kndbgstream & | operator<< (const QVariant &) |
kndbgstream & | operator<< (const QByteArray &) |
template<class T > | |
kndbgstream & | operator<< (const QValueList< T > &) |
Detailed Description
kndbgstream is a dummy variant of kdbgstream. All functions do nothing.
- See also:
- kndDebug()
Constructor & Destructor Documentation
Member Function Documentation
kndbgstream& kndbgstream::form | ( | const char * | , |
... | |||
) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | short | int | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | unsigned short | int | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | char | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | unsigned | char | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | int | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | unsigned | int | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | QChar | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | const QString & | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | const QCString & | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | const char * | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | const void * | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | void * | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | double | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | long | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | unsigned | long | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | Q_LLONG | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | Q_ULLONG | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | KNDBGFUNC | ) | [inline] |
kndbgstream& kndbgstream::operator<< | ( | const QWidget * | ) | [inline] |
The documentation for this class was generated from the following file: