Panda3D
Public Types | Protected Member Functions

PointerToArrayBase< Element > Class Template Reference

This is the base class for PointerToArray and ConstPointerToArray. More...

#include "pointerToArrayBase.h"

Inheritance diagram for PointerToArrayBase< Element >:
PointerToBase< ReferenceCountedVector< Element > > PointerToVoid MemoryBase ConstPointerToArray< Element > PointerToArray< Element >

List of all members.

Public Types

typedef PointerToBase
< ReferenceCountedVector
< Element > >::To 
To

Protected Member Functions

 PointerToArrayBase (ReferenceCountedVector< Element > *ptr)
 PointerToArrayBase (const PointerToArrayBase< Element > &copy)

Detailed Description

template<class Element>
class PointerToArrayBase< Element >

This is the base class for PointerToArray and ConstPointerToArray.

Don't try to use it directly; use either derived class instead.

This extends PointerToBase to be a pointer to a ReferenceCountedVector, above, which is essentially a reference-counted STL vector.

Definition at line 77 of file pointerToArrayBase.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations