#define PARRAY(cls, T)

Declare an array to a specific type of object.

Documentation

Declare an array to a specific type of object. This macro is used to declare a descendent of PArrayObjects class, customised for a particular object type T. This macro closes the class declaration off so no additional members can be added.

If the compilation is using templates then this macro produces a typedef of the PArray template class.

See the PBaseArray class and PDECLARE_ARRAY macro for more information.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.