Guiliani  Version 2.6 revision 7293 (documentation build 12)
GUILocaleResource.h File Reference

Helper Macros in Guiliani More...

#include "eC_Types.h"
#include <limits.h>

Go to the source code of this file.

Macros

#define ENTRY(id)   id,
 Helper Macros in Guiliani
 
#define ENTRY_ENUM(a)   a,
 Helper Macros in Guiliani
 
#define LOCALE_TABLE
 Locale Handles.
 
#define MAP_LOCID_TO_ARRAY(LOC_ID)   static_cast<eC_UInt>(LOC_ID-LOC_START_TAG-1)
 Map LocaleHandle_t to interval 0 to NOF_LOCALEHANDLES.
 
#define UNMAP_LOCENTRY_TO_ARRAY(LOC_ENTRY)   static_cast<LocaleHandle_t>(LOC_ENTRY+LOC_START_TAG+1)
 Unmap LocaleHandle_t from interval 0 to NOF_LOCALEHANDLES.
 

Enumerations

enum  LocaleHandle_t { LOC_START_TAG =-1 , L_DEFAULT =0 , NOF_LOCALEHANDLES , GUILIANI_INTERNAL_LOC = INT_MAX }
 List of locale resource ids.
 

Variables

const eC_UInt cuiNOFLocaleHandles
 Used to contain the highest index cuiNOFXXXClasses = MAP_PROPID_TO_ARRAY(NOF_XXXCLASSES);.
 

Detailed Description