Qt 4.8
Public Functions | List of all members
QNoDebug Class Reference

#include <qdebug.h>

Public Functions

QNoDebugmaybeSpace ()
 
QNoDebugnospace ()
 
QNoDebugoperator<< (QTextStreamFunction)
 
QNoDebugoperator<< (QTextStreamManipulator)
 
template<typename T >
QNoDebugoperator<< (const T &)
 
 QNoDebug ()
 
 QNoDebug (const QDebug &)
 
QNoDebugspace ()
 
 ~QNoDebug ()
 

Detailed Description

Definition at line 126 of file qdebug.h.

Constructors and Destructors

◆ QNoDebug() [1/2]

QNoDebug::QNoDebug ( )
inline

Definition at line 129 of file qdebug.h.

129 {}

◆ QNoDebug() [2/2]

QNoDebug::QNoDebug ( const QDebug )
inline

Definition at line 130 of file qdebug.h.

130 {}

◆ ~QNoDebug()

QNoDebug::~QNoDebug ( )
inline

Definition at line 131 of file qdebug.h.

131 {}

Functions

◆ maybeSpace()

QNoDebug& QNoDebug::maybeSpace ( )
inline

Definition at line 138 of file qdebug.h.

138 { return *this; }

◆ nospace()

QNoDebug& QNoDebug::nospace ( )
inline

Definition at line 137 of file qdebug.h.

137 { return *this; }

◆ operator<<() [1/3]

QNoDebug& QNoDebug::operator<< ( QTextStreamFunction  )
inline

Definition at line 133 of file qdebug.h.

133 { return *this; }

◆ operator<<() [2/3]

QNoDebug& QNoDebug::operator<< ( QTextStreamManipulator  )
inline

Definition at line 134 of file qdebug.h.

134 { return *this; }

◆ operator<<() [3/3]

template<typename T >
QNoDebug& QNoDebug::operator<< ( const T &  )
inline

Definition at line 141 of file qdebug.h.

141 { return *this; }

◆ space()

QNoDebug& QNoDebug::space ( )
inline

Definition at line 136 of file qdebug.h.

136 { return *this; }

The documentation for this class was generated from the following file: