CCArray_T Class

class CCArray_T

A Collection Classes array that supports the ICollection_T interface a therefore iteration with Iterator_T. This class doesn't define a new interface, other than that inherited from MFC's CArray class. The interface you should use is the Iterator_T class to access the elements stored in a CCArray_T.

Defined in: CollectMfc.h

Class Template Arguments

element_t

The class of the element to store.

arg_t

The class of the arguments to certain CArray functions.