Names the parts of multi-section constructor data types.
{\bf Part} names the parts of multi-section constructor types. For example, the {\bf Grid} class has an {\it array} and the array {\it maps}. Use the {\bf nil} value for data types that don't have separate parts. \begin{verbatim} enum Part { nil, array, maps }; \end{verbatim}
alphabetic index hierarchy of classes
generated by doc++