|
Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Classes | |
| class | ConstPointerToArray< Element > |
| Similar to PointerToArray, except that its contents may not be modified. More... | |
| class | PointerToArray< Element > |
| A special kind of PointerTo that stores an array of the indicated element type, instead of a single element. More... | |
Macros | |
| #define | CPTA(type) |
| #define | PTA(type) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file pointerToArray.h.
| #define CPTA | ( | type | ) |
Definition at line 389 of file pointerToArray.h.
| #define PTA | ( | type | ) |
Definition at line 388 of file pointerToArray.h.