 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
6 #ifndef HECMW_SET_INT_INCLUDED
7 #define HECMW_SET_INT_INCLUDED
struct hecmw_varray_int * vals
int HECMW_set_int_add(struct hecmw_set_int *set, int value)
int HECMW_set_int_init(struct hecmw_set_int *set)
size_t HECMW_set_int_check_dup(struct hecmw_set_int *set)
void HECMW_set_int_finalize(struct hecmw_set_int *set)
size_t HECMW_set_int_nval(struct hecmw_set_int *set)
int HECMW_set_int_is_empty(const struct hecmw_set_int *set)
void HECMW_set_int_iter_init(struct hecmw_set_int *set)
int HECMW_set_int_del(struct hecmw_set_int *set, int value)
int HECMW_set_int_iter_next(struct hecmw_set_int *set, int *value)