Panda3D
|
This is the specialization of PointerToVoid for weak pointers. It needs an additional flag to indicate that the pointer has been deleted. More...
Public Member Functions | |
bool | isValidPointer () |
Returns true if the pointer is not null and the object has not been deleted. More... | |
bool | wasDeleted () |
Returns true if the object we are pointing to has been deleted, false otherwise. More... | |
![]() | |
size_t | getHash () |
bool | isNull () |
Returns true if the PointerTo is a NULL pointer, false otherwise. (Direct comparison to a NULL pointer also works.) More... | |
This is the specialization of PointerToVoid for weak pointers. It needs an additional flag to indicate that the pointer has been deleted.
bool isValidPointer | ( | ) |
Returns true if the pointer is not null and the object has not been deleted.
bool wasDeleted | ( | ) |
Returns true if the object we are pointing to has been deleted, false otherwise.