![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <hecmw_map_int.h>
Data Fields | |
size_t | n_val |
size_t | max_val |
struct hecmw_map_int_value * | vals |
struct hecmw_map_int_pair * | pairs |
int | checked |
int | sorted |
struct hecmw_bit_array * | mark |
int | in_iter |
size_t | iter |
void(* | free_fnc )(void *) |
Definition at line 21 of file hecmw_map_int.h.
int hecmw_map_int::checked |
Definition at line 28 of file hecmw_map_int.h.
void(* hecmw_map_int::free_fnc) (void *) |
Definition at line 36 of file hecmw_map_int.h.
int hecmw_map_int::in_iter |
Definition at line 33 of file hecmw_map_int.h.
size_t hecmw_map_int::iter |
Definition at line 34 of file hecmw_map_int.h.
struct hecmw_bit_array* hecmw_map_int::mark |
Definition at line 31 of file hecmw_map_int.h.
size_t hecmw_map_int::max_val |
Definition at line 23 of file hecmw_map_int.h.
size_t hecmw_map_int::n_val |
Definition at line 22 of file hecmw_map_int.h.
struct hecmw_map_int_pair* hecmw_map_int::pairs |
Definition at line 26 of file hecmw_map_int.h.
int hecmw_map_int::sorted |
Definition at line 29 of file hecmw_map_int.h.
struct hecmw_map_int_value* hecmw_map_int::vals |
Definition at line 25 of file hecmw_map_int.h.