• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdecore
 

tdecore

Public Member Functions | List of all members
kndbgstream Class Reference
Debug message generators

#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<< (TQChar)
 
kndbgstream & operator<< (const TQString &)
 
kndbgstream & operator<< (const TQCString &)
 
kndbgstream & operator<< (const char *)
 
kndbgstream & operator<< (const void *)
 
kndbgstream & operator<< (void *)
 
kndbgstream & operator<< (double)
 
kndbgstream & operator<< (long)
 
kndbgstream & operator<< (unsigned long)
 
kndbgstream & operator<< (TQ_LLONG)
 
kndbgstream & operator<< (TQ_ULLONG)
 
kndbgstream & operator<< (KNDBGFUNC)
 
kndbgstream & operator<< (const TQWidget *)
 
kndbgstream & operator<< (TQWidget *)
 
kndbgstream & form (const char *,...)
 
kndbgstream & operator<< (const TQDateTime &)
 
kndbgstream & operator<< (const TQDate &)
 
kndbgstream & operator<< (const TQTime &)
 
kndbgstream & operator<< (const TQPoint &)
 
kndbgstream & operator<< (const TQSize &)
 
kndbgstream & operator<< (const TQRect &)
 
kndbgstream & operator<< (const TQRegion &)
 
kndbgstream & operator<< (const KURL &)
 
kndbgstream & operator<< (const TQStringList &)
 
kndbgstream & operator<< (const TQColor &)
 
kndbgstream & operator<< (const TQPen &)
 
kndbgstream & operator<< (const TQBrush &)
 
kndbgstream & operator<< (const TQVariant &)
 
kndbgstream & operator<< (const TQByteArray &)
 
template<class T >
kndbgstream & operator<< (const TQValueList< T > &)
 

Detailed Description

kndbgstream is a dummy variant of kdbgstream.

All functions do nothing.

See also
kndDebug()

Definition at line 448 of file kdebug.h.

Constructor & Destructor Documentation

◆ kndbgstream()

kndbgstream::kndbgstream ( )
inline

Default constructor.

Definition at line 451 of file kdebug.h.

Member Function Documentation

◆ flush()

void kndbgstream::flush ( )
inline

Does nothing.

Definition at line 486 of file kdebug.h.

◆ form()

kndbgstream& kndbgstream::form ( const char *  ,
  ... 
)
inline

Does nothing.

Returns
this stream

Definition at line 557 of file kdebug.h.

◆ operator<<() [1/19]

kndbgstream& kndbgstream::operator<< ( char  )
inline

Does nothing.

Returns
this stream

Definition at line 467 of file kdebug.h.

◆ operator<<() [2/19]

kndbgstream& kndbgstream::operator<< ( const char *  )
inline

Does nothing.

Returns
this stream

Definition at line 506 of file kdebug.h.

◆ operator<<() [3/19]

kndbgstream& kndbgstream::operator<< ( const TQCString &  )
inline

Does nothing.

Returns
this stream

Definition at line 501 of file kdebug.h.

◆ operator<<() [4/19]

kndbgstream& kndbgstream::operator<< ( const TQString &  )
inline

Does nothing.

Returns
this stream

Definition at line 496 of file kdebug.h.

◆ operator<<() [5/19]

kndbgstream& kndbgstream::operator<< ( const TQWidget *  )
inline

Does nothing.

Returns
this stream

Definition at line 551 of file kdebug.h.

◆ operator<<() [6/19]

kndbgstream& kndbgstream::operator<< ( const void *  )
inline

Does nothing.

Returns
this stream

Definition at line 511 of file kdebug.h.

◆ operator<<() [7/19]

kndbgstream& kndbgstream::operator<< ( double  )
inline

Does nothing.

Returns
this stream

Definition at line 521 of file kdebug.h.

◆ operator<<() [8/19]

kndbgstream& kndbgstream::operator<< ( int  )
inline

Does nothing.

Returns
this stream

Definition at line 477 of file kdebug.h.

◆ operator<<() [9/19]

kndbgstream& kndbgstream::operator<< ( KNDBGFUNC  )
inline

Does nothing.

Returns
this stream

Definition at line 546 of file kdebug.h.

◆ operator<<() [10/19]

kndbgstream& kndbgstream::operator<< ( long  )
inline

Does nothing.

Returns
this stream

Definition at line 526 of file kdebug.h.

◆ operator<<() [11/19]

kndbgstream& kndbgstream::operator<< ( short int  )
inline

Does nothing.

Returns
this stream

Definition at line 457 of file kdebug.h.

◆ operator<<() [12/19]

kndbgstream& kndbgstream::operator<< ( TQ_LLONG  )
inline

Does nothing.

Returns
this stream

Definition at line 536 of file kdebug.h.

◆ operator<<() [13/19]

kndbgstream& kndbgstream::operator<< ( TQ_ULLONG  )
inline

Does nothing.

Returns
this stream

Definition at line 541 of file kdebug.h.

◆ operator<<() [14/19]

kndbgstream& kndbgstream::operator<< ( TQChar  )
inline

Does nothing.

Returns
this stream

Definition at line 491 of file kdebug.h.

◆ operator<<() [15/19]

kndbgstream& kndbgstream::operator<< ( unsigned char  )
inline

Does nothing.

Returns
this stream

Definition at line 472 of file kdebug.h.

◆ operator<<() [16/19]

kndbgstream& kndbgstream::operator<< ( unsigned int  )
inline

Does nothing.

Returns
this stream

Definition at line 482 of file kdebug.h.

◆ operator<<() [17/19]

kndbgstream& kndbgstream::operator<< ( unsigned long  )
inline

Does nothing.

Returns
this stream

Definition at line 531 of file kdebug.h.

◆ operator<<() [18/19]

kndbgstream& kndbgstream::operator<< ( unsigned short int  )
inline

Does nothing.

Returns
this stream

Definition at line 462 of file kdebug.h.

◆ operator<<() [19/19]

kndbgstream& kndbgstream::operator<< ( void *  )
inline

Does nothing.

Returns
this stream

Definition at line 516 of file kdebug.h.


The documentation for this class was generated from the following file:
  • kdebug.h

tdecore

Skip menu "tdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.9.1
This website is maintained by Timothy Pearson.