|
Panda3D
|
Public Member Functions | |
| clear () | |
| bool | isNull () |
| Returns true if the PointerTo is a NULL pointer, false otherwise. | |
| PointerToConnection | operator= (Connection copy) |
| PointerToConnection | operator= (Connection ptr) |
| Connection | p () |
| PointerTo () | |
| PointerTo (Connection copy) | |
| PointerTo (Connection ptr) | |
| 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 | copy | ) |
| PointerToConnection operator= | ( | Connection | ptr | ) |
| Connection p | ( | ) |
| PointerTo | ( | ) |
| PointerTo | ( | Connection | copy | ) |
| PointerTo | ( | Connection | ptr | ) |
1.7.3