mod_fem_viewer/utils/fv_dictstr.h File Reference

This graph shows which files directly or indirectly include this file:

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 _DICTSTR_H_
#define FV_SIZEOF_ARRAY ( arr   )     (sizeof(arr)/sizeof((arr)[0]))

Typedef Documentation

typedef struct tagChrDict ChrDict
typedef struct tagErrDict ErrDict
typedef struct tagStrDict StrDict
typedef unsigned long int ulint_t

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 
)

Here is the caller graph for this function:

int getStrKey ( const StrDict table,
unsigned int  size,
const char *  str 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1