In file BaseType.h:

enum Part

Names the parts of multi-section constructor data types.

Documentation

{\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}
See Also:
Grid
BaseType

alphabetic index hierarchy of classes


generated by doc++