mod_fem_viewer/utils/fv_dictstr.h File Reference
Go to the source code of this file.
Classes |
struct | tagChrDict |
struct | tagStrDict |
struct | tagErrDict |
Defines |
#define | _DICTSTR_H_ |
#define | FV_SIZEOF_ARRAY(arr) (sizeof(arr)/sizeof((arr)[0])) |
Typedefs |
typedef struct tagChrDict | ChrDict |
typedef struct tagStrDict | StrDict |
typedef struct tagErrDict | ErrDict |
typedef unsigned long int | ulint_t |
Functions |
const char * | getString (const StrDict *table, unsigned int size, int key) |
int | getStrKey (const StrDict *table, unsigned int size, const char *str) |
const char * | getDescription (const ErrDict *table, unsigned int size, int key) |
int | getKey (const ErrDict *table, unsigned int size, const char *str) |
unsigned char | getErrLevel (const ErrDict *table, unsigned int size, int key) |
Define Documentation
#define FV_SIZEOF_ARRAY |
( |
arr |
|
) |
(sizeof(arr)/sizeof((arr)[0])) |
Typedef Documentation
Function Documentation
const char* getDescription |
( |
const ErrDict * |
table, |
|
|
unsigned int |
size, |
|
|
int |
key | |
|
) |
| | |
unsigned char getErrLevel |
( |
const ErrDict * |
table, |
|
|
unsigned int |
size, |
|
|
int |
key | |
|
) |
| | |
int getKey |
( |
const ErrDict * |
table, |
|
|
unsigned int |
size, |
|
|
const char * |
str | |
|
) |
| | |
const char* getString |
( |
const StrDict * |
table, |
|
|
unsigned int |
size, |
|
|
int |
key | |
|
) |
| | |
int getStrKey |
( |
const StrDict * |
table, |
|
|
unsigned int |
size, |
|
|
const char * |
str | |
|
) |
| | |