Helper Macros in Guiliani
More...
#include "eC_Types.h"
#include <limits.h>
Go to the source code of this file.
|
typedef int | static_assert_something[(DUMMY_TEXT==0) ? 1 :-1] |
| Will throw compile error negative subscript if DUMMY_TEXT is NOT 0!
|
|
|
enum | TextResource_t { TEXT_START_TAG = ciCalculatedTextStartTag
, DUMMY_TEXT
, NOF_TEXTRESOURCES
, GUILIANI_INTERNAL_TEXT = INT_MAX
} |
| List of text resource ids.
|
|
|
const int | ciCalculatedTextStartTag = -1 |
| preprocessor generates for all entries of TEXT_TABLE: -1 -1 -1..., resulting in a mathematical expression, that will be evaluated to -1*(Number of entries of IMAGE_TABLE
|
|
const eC_UInt | cuiNOFTextResources |
| Used to contain the highest index cuiNOFXXXClasses = MAP_PROPID_TO_ARRAY(NOF_XXXCLASSES);.
|
|