|
|
|||
Location:
e32base.h
class CArrayPtr : public CArrayFix< T * >;
A thin templated base class for arrays of pointers to objects.
The public functions contribute to standard array behaviour.
The class is always derived from and is never instantiated explicitly.
CArrayFix< T * > - No description.CArrayPtr - A thin templated base class for arrays of pointers to objects