18 #include "pandabase.h"
20 #include "pointerToArray.h"
21 #include "vector_uchar.h"
32 #if !defined(__clang__) && __GNUC__ == 4 && __GNUC_MINOR__ < 7
36 EXPORT_TEMPLATE_CLASS(EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS,
PointerToArrayBase<uchar>)
37 EXPORT_TEMPLATE_CLASS(EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS,
PointerToArray<
unsigned char>)
38 EXPORT_TEMPLATE_CLASS(EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS,
ConstPointerToArray<
unsigned char>)
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.