dca_interface
6.3.4
|
#include <ipr_categoriesinfo.h>
Container class for all IPR enumeration objects.
Can be obtained from a IprClassification object.
You can use the related member functions to enumerate all locales, enums and categories.
The following sample code shows how to iterate over the data contained in a IprCategoriesInfo object:
Definition at line 39 of file ipr_categoriesinfo.h.
Public Member Functions | |
IprLocales | getLocales () const |
Returns the contained IprLocales. | |
IprCategories | getCategories () const |
Returns the contained IprCategories. | |
IprEnums | getEnums () const |
Returns the contained IprEnums. | |