Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
PointerToConnection Class Reference
Inheritance diagram for PointerToConnection:
PointerToBaseConnection PointerToVoid

List of all members.

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)

Member Function Documentation

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)
PointerTo ( )
PointerTo ( Connection  copy)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties