|
nuXmv API 126f6942
API for nuXmv
|
Function declaration. More...
#include <nuxmv.h>

Data Fields | |
| nuxmv_symbol | identifier |
| nuxmv_var_type | fun_type |
Function declaration.
A function declaration is a pair of identifier and nuxmv_expr_type associating the identifier to the function type.
| nuxmv_var_type nuxmv_fun_decl::fun_type |
The type of the function.
| nuxmv_symbol nuxmv_fun_decl::identifier |
The identifier of the function.