Panda3D
Classes | Macros
pointerToArray.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "pointerToArrayBase.h"
#include "pointerToArray.I"

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 >
 

Detailed Description

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."

Author
drose
Date
1999-01-14

Definition in file pointerToArray.h.