mod_fem_viewer/include/fv_compiler.h File Reference
#include <stdlib.h>
#include "fv_config.h"
#include <sys/types.h>
#include <dlfcn.h>
#include <cassert>
#include <stdexcept>
Go to the source code of this file.
Defines |
#define | _CRTDBG_MAP_ALLOC |
#define | fun_call |
#define | std_call |
#define | fv_const_t |
#define | FV_STATIC_ASSERT(Type, Num) |
Typedefs |
typedef unsigned int | uint_t |
typedef unsigned char | ubyte_t |
typedef unsigned char | uint8_t |
typedef long int | long_t |
typedef unsigned long | ulong_t |
typedef unsigned int | id_t |
typedef int | size_type |
typedef unsigned int | uint32_t |
typedef int *typedef | int (fun_call *fv_const_t intf2int2intp)(int |
typedef int *typedef int int
*typedef int double *typedef | void (fun_call *fv_const_t voidf2int4intp2doublep)(int |
Functions |
typedef | int (fun_call *fv_const_t intfint)(int) |
typedef | double (fun_call *fv_const_t double_el_calc)(int |
Define Documentation
#define _CRTDBG_MAP_ALLOC |
#define FV_STATIC_ASSERT |
( |
Type, |
|
|
Num |
|
) |
|
Value:static_assert( sizeof(Type) == sizeof(int) * Num \
, \
"Type does not satisfy contiguous storage requirements")
Typedef Documentation
typedef unsigned int id_t |
typedef int *typedef int int *typedef int double *typedef int int int int double double *typedef double *typedef char *typedef double *typedef void(fun_call *fv_const_t voidf2int3intp)(int |
( |
fun_call *fv_const_t |
voidf2int4intp2doublep |
) |
|
Function Documentation
typedef double |
( |
fun_call *fv_const_t |
double_el_calc |
) |
|
typedef int |
( |
fun_call *fv_const_t |
intfint |
) |
|