Panda3D
|
This is the base class for PointerToArray and ConstPointerToArray. More...
#include "pointerToArrayBase.h"
Public Types | |
typedef PointerToBase < ReferenceCountedVector < Element > >::To | To |
Protected Member Functions | |
PointerToArrayBase (ReferenceCountedVector< Element > *ptr) | |
PointerToArrayBase (const PointerToArrayBase< Element > ©) |
This is the base class for PointerToArray and ConstPointerToArray.
Don't try to use it directly; use either derived class instead.
This extends PointerToBase to be a pointer to a ReferenceCountedVector, above, which is essentially a reference-counted STL vector.
Definition at line 77 of file pointerToArrayBase.h.