#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "hecmw_struct.h"
#include "hecmw_couple_define.h"
#include "hecmw_couple_startup.h"
Go to the source code of this file.
|
int | HECMW_couple_copy_c2f_init (struct hecmw_couple_value *_couple_value) |
|
int | HECMW_couple_copy_c2f_finalize (void) |
|
void | hecmw_cpl_copy_c2f_isalloc_if (char *struct_name, char *var_name, int *is_allocated, int *err, int slen, int vlen) |
|
void | hecmw_cpl_copy_c2f_isalloc_if_ (char *struct_name, char *var_name, int *is_allocated, int *err, int slen, int vlen) |
|
void | hecmw_cpl_copy_c2f_isalloc_if__ (char *struct_name, char *var_name, int *is_allocated, int *err, int slen, int vlen) |
|
void | HECMW_CPL_COPY_C2F_ISALLOC_IF (char *struct_name, char *var_name, int *is_allocated, int *err, int slen, int vlen) |
|
void | hecmw_cpl_copy_c2f_set_if (char *struct_name, char *var_name, void *dst, int *err, int slen, int vlen) |
|
void | hecmw_cpl_copy_c2f_set_if_ (char *struct_name, char *var_name, void *dst, int *err, int slen, int vlen) |
|
void | hecmw_cpl_copy_c2f_set_if__ (char *struct_name, char *var_name, void *dst, int *err, int slen, int vlen) |
|
void | HECMW_CPL_COPY_C2F_SET_IF (char *struct_name, char *var_name, void *dst, int *err, int slen, int vlen) |
|
◆ IsAllocatedFunc
typedef int(* IsAllocatedFunc) (void) |
◆ SetFunc
typedef int(* SetFunc) (void *) |
◆ HECMW_couple_copy_c2f_finalize()
int HECMW_couple_copy_c2f_finalize |
( |
void |
| ) |
|
◆ HECMW_couple_copy_c2f_init()
◆ hecmw_cpl_copy_c2f_isalloc_if()
void hecmw_cpl_copy_c2f_isalloc_if |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
int * |
is_allocated, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |
◆ HECMW_CPL_COPY_C2F_ISALLOC_IF()
void HECMW_CPL_COPY_C2F_ISALLOC_IF |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
int * |
is_allocated, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |
◆ hecmw_cpl_copy_c2f_isalloc_if_()
void hecmw_cpl_copy_c2f_isalloc_if_ |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
int * |
is_allocated, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |
◆ hecmw_cpl_copy_c2f_isalloc_if__()
void hecmw_cpl_copy_c2f_isalloc_if__ |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
int * |
is_allocated, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |
◆ hecmw_cpl_copy_c2f_set_if()
void hecmw_cpl_copy_c2f_set_if |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
void * |
dst, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |
◆ HECMW_CPL_COPY_C2F_SET_IF()
void HECMW_CPL_COPY_C2F_SET_IF |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
void * |
dst, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |
◆ hecmw_cpl_copy_c2f_set_if_()
void hecmw_cpl_copy_c2f_set_if_ |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
void * |
dst, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |
◆ hecmw_cpl_copy_c2f_set_if__()
void hecmw_cpl_copy_c2f_set_if__ |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
void * |
dst, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |