#include <qmf/posix/EventNotifier.h>
List of all members.
Protected Types |
typedef qmf::PosixEventNotifierImpl | Impl |
Detailed Description
Definition at line 39 of file EventNotifier.h.
Member Typedef Documentation
typedef qmf::PosixEventNotifierImpl qmf::Handle< qmf::PosixEventNotifierImpl >::Impl |
|
protectedinherited |
Constructor & Destructor Documentation
qmf::posix::EventNotifier::EventNotifier |
( |
PosixEventNotifierImpl * |
impl = 0 | ) |
|
qmf::posix::EventNotifier::EventNotifier |
( |
const EventNotifier & |
that | ) |
|
qmf::posix::EventNotifier::~EventNotifier |
( |
| ) |
|
Member Function Documentation
int qmf::posix::EventNotifier::getHandle |
( |
| ) |
const |
- Returns:
- true if handle is null. It is an error to call any function on a null handle.
Definition at line 45 of file Handle.h.
- Returns:
- true if handle is valid, i.e. not null.
Definition at line 42 of file Handle.h.
Conversion to bool supports idiom if (handle) { handle->...
}
Definition at line 48 of file Handle.h.
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
Definition at line 51 of file Handle.h.
void qmf::Handle< qmf::PosixEventNotifierImpl >::swap |
( |
Handle< qmf::PosixEventNotifierImpl > & |
h | ) |
|
|
inlineinherited |
Member Data Documentation
The documentation for this class was generated from the following file: