#include <qmf/posix/EventNotifier.h>
|
typedef qmf::PosixEventNotifierImpl | Impl |
|
Definition at line 44 of file EventNotifier.h.
typedef qmf::PosixEventNotifierImpl qmf::Handle< qmf::PosixEventNotifierImpl >::Impl |
|
protectedinherited |
qmf::posix::EventNotifier::EventNotifier |
( |
PosixEventNotifierImpl * |
impl = 0 | ) |
|
qmf::posix::EventNotifier::EventNotifier |
( |
const EventNotifier & |
that | ) |
|
qmf::posix::EventNotifier::~EventNotifier |
( |
| ) |
|
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 50 of file Handle.h.
- Returns
- true if handle is valid, i.e. not null.
Definition at line 47 of file Handle.h.
Conversion to bool supports idiom if (handle) { handle->...
}
Definition at line 53 of file Handle.h.
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
Definition at line 56 of file Handle.h.
void qmf::Handle< qmf::PosixEventNotifierImpl >::swap |
( |
Handle< qmf::PosixEventNotifierImpl > & |
h | ) |
|
|
inlineinherited |
The documentation for this class was generated from the following file: