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