Panda3D
|
Public Member Functions | |
clear () | |
unsigned int | getHash () |
bool | isNull () |
Returns true if the PointerTo is a NULL pointer, false otherwise. | |
PointerToConnection | operator= (Connection ptr) |
PointerToConnection | operator= (Connection copy) |
output (ostream out) | |
Connection | p () |
PointerTo (Connection copy) | |
PointerTo () | |
PointerTo (Connection ptr) |
clear | ( | ) |
Reimplemented from PointerToBaseConnection.
unsigned int getHash | ( | ) | [inherited] |
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 | ) |
output | ( | ostream | out | ) | [inherited] |
Connection p | ( | ) |
PointerTo | ( | Connection | copy | ) |
PointerTo | ( | ) |
PointerTo | ( | Connection | ptr | ) |