#include <pandabase.h>
#include "referenceCount.h"
#include "pointerTo.h"
#include "pvector.h"
#include "pointerToArray.I"
Go to the source code of this file.
Compounds | |
class | ConstPointerToArray |
Similar to PointerToArray, except that its contents may not be modified. More... | |
class | PointerToArray |
A special kind of PointerTo that stores an array of the indicated element type, instead of a single element. More... | |
Defines | |
#define | PTA(type) PointerToArray< type > |
#define | CPTA(type) ConstPointerToArray< type > |
Definition in file pointerToArray.h.
|
Definition at line 286 of file pointerToArray.h. |
|
Definition at line 285 of file pointerToArray.h. Referenced by ModifierButtons::add_button(), and ModifierButtons::get_prefix(). |