#include <pandabase.h>
#include "pointerToArray.h"
#include "vector_uchar.h"
Go to the source code of this file.
Typedefs | |
typedef PointerToArray< unsigned char > | PTA_uchar |
typedef ConstPointerToArray< unsigned char > | CPTA_uchar |
Functions | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS, RefCountObj< vector_uchar >) | |
A pta of uchars. | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS, PointerToBase< RefCountObj< vector_uchar > >) |
Definition in file pta_uchar.h.
|
Definition at line 52 of file pta_uchar.h. |
|
Definition at line 51 of file pta_uchar.h. Referenced by motion_display_func(). |
|
|
|
A pta of uchars. This class is defined once here, and exported to PANDAEXPRESS.DLL; other packages that want to use a pta of this type (whether they need to export it or not) should include this header file, rather than defining the pta again. |