FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_set_int.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "hecmw_util.h"
#include "hecmw_malloc.h"
#include "hecmw_config.h"
#include "hecmw_varray_int.h"
#include "hecmw_set_int.h"
Include dependency graph for hecmw_set_int.c:

Go to the source code of this file.

Functions

int HECMW_set_int_init (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)
 
int HECMW_set_int_add (struct hecmw_set_int *set, int value)
 
size_t HECMW_set_int_check_dup (struct hecmw_set_int *set)
 
int HECMW_set_int_del (struct hecmw_set_int *set, int value)
 
void HECMW_set_int_iter_init (struct hecmw_set_int *set)
 
int HECMW_set_int_iter_next (struct hecmw_set_int *set, int *value)
 

Function Documentation

◆ HECMW_set_int_add()

int HECMW_set_int_add ( struct hecmw_set_int set,
int  value 
)

Definition at line 60 of file hecmw_set_int.c.

Here is the call graph for this function:

◆ HECMW_set_int_check_dup()

size_t HECMW_set_int_check_dup ( struct hecmw_set_int set)

Definition at line 78 of file hecmw_set_int.c.

Here is the caller graph for this function:

◆ HECMW_set_int_del()

int HECMW_set_int_del ( struct hecmw_set_int set,
int  value 
)

Definition at line 96 of file hecmw_set_int.c.

Here is the call graph for this function:

◆ HECMW_set_int_finalize()

void HECMW_set_int_finalize ( struct hecmw_set_int set)

Definition at line 36 of file hecmw_set_int.c.

Here is the call graph for this function:

◆ HECMW_set_int_init()

int HECMW_set_int_init ( struct hecmw_set_int set)

Definition at line 16 of file hecmw_set_int.c.

Here is the call graph for this function:

◆ HECMW_set_int_is_empty()

int HECMW_set_int_is_empty ( const struct hecmw_set_int set)

Definition at line 54 of file hecmw_set_int.c.

Here is the call graph for this function:

◆ HECMW_set_int_iter_init()

void HECMW_set_int_iter_init ( struct hecmw_set_int set)

Definition at line 116 of file hecmw_set_int.c.

Here is the call graph for this function:

◆ HECMW_set_int_iter_next()

int HECMW_set_int_iter_next ( struct hecmw_set_int set,
int *  value 
)

Definition at line 128 of file hecmw_set_int.c.

Here is the call graph for this function:

◆ HECMW_set_int_nval()

size_t HECMW_set_int_nval ( struct hecmw_set_int set)

Definition at line 45 of file hecmw_set_int.c.

Here is the call graph for this function: