A pointer that always has a well-defined value. If no value is specified, the appropriate null value is used. More...
#include <signalfwd.h>
Public Member Functions | |
Handle () | |
Handle (Type *p) | |
Type * | get () const |
bool | isNull () const |
Private Attributes | |
Type * | p |
A pointer that always has a well-defined value. If no value is specified, the appropriate null value is used.
Definition at line 19 of file signalfwd.h.
Definition at line 22 of file signalfwd.h.
Definition at line 24 of file signalfwd.h.
Type* Handle< Type >::get | ( | ) | const [inline] |
Definition at line 26 of file signalfwd.h.
References Handle< Type >::p.
bool Handle< Type >::isNull | ( | ) | const [inline] |
Definition at line 29 of file signalfwd.h.
References Handle< Type >::p.
Definition at line 20 of file signalfwd.h.
Referenced by Handle< Type >::get(), and Handle< Type >::isNull().