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 | 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) ConstPointerToArray< type > |
#define | PTA(type) PointerToArray< 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.