Qpid C++ API Reference
Generated on Fri Feb 25 2011 06:06:01 for Qpid C++ Client API by doxygen 1.7.3
Public Member Functions | Static Public Member Functions

qpid::sys::Thread Class Reference

#include <qpid/sys/Thread.h>

List of all members.

Public Member Functions

 Thread ()
 Thread (qpid::sys::Runnable *)
 Thread (qpid::sys::Runnable &)
 operator bool ()
bool operator== (const Thread &) const
bool operator!= (const Thread &) const
void join ()

Static Public Member Functions

static Thread current ()
static unsigned long logId ()
 ID of current thread for logging.

Detailed Description

Definition at line 43 of file Thread.h.


Constructor & Destructor Documentation

qpid::sys::Thread::Thread ( )
qpid::sys::Thread::Thread ( qpid::sys::Runnable ) [explicit]
qpid::sys::Thread::Thread ( qpid::sys::Runnable ) [explicit]

Member Function Documentation

static Thread qpid::sys::Thread::current ( ) [static]
void qpid::sys::Thread::join ( )
static unsigned long qpid::sys::Thread::logId ( ) [static]

ID of current thread for logging.

Workaround for broken Thread::current() in APR

qpid::sys::Thread::operator bool ( )
bool qpid::sys::Thread::operator!= ( const Thread ) const
bool qpid::sys::Thread::operator== ( const Thread ) const

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

Qpid C++ API Reference
Generated on Fri Feb 25 2011 06:06:01 for Qpid C++ Client API by doxygen 1.7.3