18 #include "pandabase.h" 20 #include "pointerToArray.h" 21 #include "vector_ushort.h" 33 EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_PUTIL, EXPTP_PANDA_PUTIL,
PointerToArrayBase<ushort>)
34 EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_PUTIL, EXPTP_PANDA_PUTIL,
PointerToArray<
unsigned short>)
35 EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_PUTIL, EXPTP_PANDA_PUTIL,
ConstPointerToArray<
unsigned short>)
This is the base class for PointerTo and ConstPointerTo.
A special kind of PointerTo that stores an array of the indicated element type, instead of a single e...
This is the base class for PointerToArray and ConstPointerToArray.
This defines the object that is actually stored and reference-counted internally by a PointerToArray...
Similar to PointerToArray, except that its contents may not be modified.