Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Opie::Core::ondbgstream Class Reference

#include </home/clem/local/src/opie/libopie2/opiecore/odebug.h>

List of all members.

Public Member Functions

 ondbgstream ()
 Empty constructor.
 ~ondbgstream ()
ondbgstreamoperator<< (short int)
ondbgstreamoperator<< (unsigned short int)
ondbgstreamoperator<< (char)
ondbgstreamoperator<< (unsigned char)
ondbgstreamoperator<< (int)
ondbgstreamoperator<< (unsigned int)
void flush ()
ondbgstreamoperator<< (const QString &)
ondbgstreamoperator<< (const QCString &)
ondbgstreamoperator<< (const char *)
ondbgstreamoperator<< (const void *)
ondbgstreamoperator<< (void *)
ondbgstreamoperator<< (double)
ondbgstreamoperator<< (long)
ondbgstreamoperator<< (unsigned long)
ondbgstreamoperator<< (QWidget *)
ondbgstreamform (const char *,...)
ondbgstreamoperator<< (const QDateTime &)
ondbgstreamoperator<< (const QDate &)
ondbgstreamoperator<< (const QTime &)
ondbgstreamoperator<< (const QPoint &)
ondbgstreamoperator<< (const QSize &)
ondbgstreamoperator<< (const QRect &)
ondbgstreamoperator<< (const QRegion &)
ondbgstreamoperator<< (const QStringList &)
ondbgstreamoperator<< (const QColor &)
ondbgstreamoperator<< (const QBrush &)

Private Attributes

Private * d


Detailed Description

ondbgstream is a dummy variant of odbgstream. All functions do nothing.
See also:
ondDebug()

Definition at line 307 of file odebug.h.


Constructor & Destructor Documentation

Opie::Core::ondbgstream::ondbgstream  )  [inline]
 

Empty constructor.

Definition at line 310 of file odebug.h.

Opie::Core::ondbgstream::~ondbgstream  )  [inline]
 

Definition at line 311 of file odebug.h.


Member Function Documentation

void Opie::Core::ondbgstream::flush  )  [inline]
 

Does nothing.

Definition at line 345 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::form const char *  ,
  ...
[inline]
 

Does nothing.

Returns:
this stream

Definition at line 395 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QBrush &   )  [inline]
 

Definition at line 406 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QColor &   )  [inline]
 

Definition at line 405 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QStringList  )  [inline]
 

Definition at line 404 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QRegion &   )  [inline]
 

Definition at line 403 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QRect &   )  [inline]
 

Definition at line 402 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QSize &   )  [inline]
 

Definition at line 401 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QPoint &   )  [inline]
 

Definition at line 400 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QTime  )  [inline]
 

Definition at line 399 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QDate  )  [inline]
 

Definition at line 398 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QDateTime  )  [inline]
 

Definition at line 397 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< QWidget *   )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 390 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< unsigned  long  )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 385 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< long   )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 380 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< double   )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 375 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< void *   )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 370 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const void *   )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 365 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const char *   )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 360 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QCString  )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 355 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< const QString  )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 350 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< unsigned  int  )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 341 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< int   )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 336 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< unsigned  char  )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 331 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< char   )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 326 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< unsigned short  int  )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 321 of file odebug.h.

ondbgstream& Opie::Core::ondbgstream::operator<< short  int  )  [inline]
 

Does nothing.

Returns:
this stream

Definition at line 316 of file odebug.h.


Member Data Documentation

Private* Opie::Core::ondbgstream::d [private]
 

Definition at line 409 of file odebug.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 18:00:39 2005 for OPIE by  doxygen 1.4.2