#define PDECLARE_DICTIONARY(cls, K, D)

Begin declaration of dictionary class.

Documentation

Begin declaration of dictionary class. This macro is used to declare a descendent of PAbstractDictionary class, customised for a particular key type K and data object type D.

If the compilation is using templates then this macro produces a descendent of the PDictionary template class. If templates are not being used then the macro defines a set of inline functions to do all casting of types. The resultant classes have an identical set of functions in either case.

See the PDictionary and PAbstractDictionary classes for more information.

Alphabetic index HTML hierarchy of classes or Java



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