Go to the source code of this file.
Defines |
| #define | FT_ERR_XCAT(x, y) x ## y |
| #define | FT_ERR_CAT(x, y) FT_ERR_XCAT( x, y ) |
| #define | FT_ERR_PREFIX FT_Err_ |
| #define | FT_ERR_BASE 0 |
| #define | FT_ERRORDEF(e, v, s) e = v, |
| #define | FT_ERROR_START_LIST enum { |
| #define | FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; |
| #define | FT_ERRORDEF_(e, v, s) FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) |
| #define | FT_NOERRORDEF_(e, v, s) FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) |