KDECore
kdebug.h File Reference
#include <qstring.h>
#include "kdelibs_export.h"
Include dependency graph for kdebug.h:
Go to the source code of this file.
Classes | |
class | kdbgstream |
kdbgstream is a text stream that allows you to print debug messages. More... | |
class | kndbgstream |
Defines | |
#define | k_funcinfo "[" << __FILE__ << ":" << __LINE__ << "] " |
#define | k_lineinfo "[" << __FILE__ << ":" << __LINE__ << "] " |
Typedefs | |
typedef kdbgstream &(* | KDBGFUNC )(kdbgstream &) |
typedef kndbgstream &(* | KNDBGFUNC )(kndbgstream &) |
Functions | |
kndbgstream & | endl (kndbgstream &s) |
kndbgstream & | flush (kndbgstream &s) |
kdbgstream | kdDebug (bool cond, int area=0) |
kdbgstream | kdError (bool cond, int area=0) |
kdbgstream | kdFatal (bool cond, int area=0) |
kdbgstream | kdWarning (bool cond, int area=0) |
QString | kndBacktrace (int) |
QString | kndBacktrace () |
kndbgstream | kndDebug (bool, int=0) |
kndbgstream | kndDebug (int area=0) |
kndbgstream & | perror (kndbgstream &s) |
kdbgstream & | perror (kdbgstream &s) |