Public Member Functions | |
clear () | |
bool | isNull () |
Returns true if the PointerTo is a NULL pointer, false otherwise. | |
PointerToConnection | operator= (Connection ptr) |
PointerToConnection | operator= (Connection copy) |
Connection | p () |
PointerTo (Connection ptr) | |
PointerTo () | |
PointerTo (Connection copy) |
clear | ( | ) |
Reimplemented from PointerToBaseConnection.
bool isNull | ( | ) |
Returns true if the PointerTo is a NULL pointer, false otherwise.
(Direct comparison to a NULL pointer also works.)
Reimplemented from PointerToVoid.
PointerToConnection operator= | ( | Connection | ptr | ) |
PointerToConnection operator= | ( | Connection | copy | ) |
Connection p | ( | ) |
PointerTo | ( | Connection | ptr | ) |
PointerTo | ( | ) |
PointerTo | ( | Connection | copy | ) |