#include <pandabase.h>
#include "pointerToArray.h"
#include "vector_int.h"
Go to the source code of this file.
Typedefs | |
typedef PointerToArray< int > | PTA_int |
typedef ConstPointerToArray< int > | CPTA_int |
Functions | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, RefCountObj< vector_int >) | |
A pta of ints. | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, PointerToBase< RefCountObj< vector_int > >) |
Definition in file pta_int.h.
|
|
|
|
|
|
|
A pta of ints. This class is defined once here, and exported to PANDA.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. |