#define PORDINAL_DICTIONARY(cls, K)

Declare an ordinal dictionary class.

Documentation

Declare an ordinal dictionary class. This macro is used to declare a descendent of PAbstractDictionary class, customised for a particular key type K and data object type of POrdinalKey. 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 POrdinalDictionary template class.

See the POrdinalDictionary class and PDECLARE_ORDINAL_DICTIONARY macro for more information.

Alphabetic index HTML hierarchy of classes or Java



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