Structs

See ErlNifBinary in the Erlang docs.

See ErlNifEnv in the Erlang docs.

See ErlNifFunc in the Erlang docs.

See ErlNifMapIterator in the Erlang docs.

See ErlNifMonitor in the Erlang docs.

See ErlNifPid in the Erlang docs.

See ErlNifPort in the Erlang docs.

See ErlNifResourceType in the Erlang docs.

See ErlNifSysInfo in the Erlang docs.

Enums

See ErlNifCharEncoding in the Erlang docs.

See ErlNifHash in the Erlang docs.

See ErlNifTermType in the Erlang docs.

See ErlNifTimeUnit in the Erlang docs.

Equivalent to C’s void type when used as a pointer.

Constants

Functions

See enif_alloc in the Erlang docs.

See enif_alloc_binary in the Erlang docs.

See enif_alloc_env in the Erlang docs.

See enif_clear_env in the Erlang docs.

See enif_compare in the Erlang docs.

See enif_cpu_time in the Erlang docs.

See enif_dlopen in the Erlang docs.

See enif_dlsym in the Erlang docs.

See enif_free in the Erlang docs.

See enif_free_env in the Erlang docs.

See enif_get_atom in the Erlang docs.

See enif_get_double in the Erlang docs.

See enif_get_int in the Erlang docs.

See enif_get_long in the Erlang docs.

See enif_get_map_size in the Erlang docs.

See enif_get_resource in the Erlang docs.

See enif_get_string in the Erlang docs.

See enif_get_tuple in the Erlang docs.

See enif_get_uint in the Erlang docs.

See enif_get_ulong in the Erlang docs.

See enif_getenv in the Erlang docs.

See enif_hash in the Erlang docs.

See enif_is_atom in the Erlang docs.

See enif_is_binary in the Erlang docs.

See enif_is_exception in the Erlang docs.

See enif_is_fun in the Erlang docs.

See enif_is_identical in the Erlang docs.

See enif_is_list in the Erlang docs.

See enif_is_map in the Erlang docs.

See enif_is_number in the Erlang docs.

See enif_is_pid in the Erlang docs.

See enif_is_port in the Erlang docs.

See enif_is_ref in the Erlang docs.

See enif_is_tuple in the Erlang docs.

See enif_make_atom in the Erlang docs.

See enif_make_badarg in the Erlang docs.

See enif_make_binary in the Erlang docs.

See enif_make_copy in the Erlang docs.

See enif_make_double in the Erlang docs.

See enif_make_int in the Erlang docs.

See enif_make_long in the Erlang docs.

See enif_make_map_put in the Erlang docs.

See enif_make_new_map in the Erlang docs.

See enif_make_pid in the Erlang docs

See enif_make_ref in the Erlang docs.

See enif_make_string in the Erlang docs.

See enif_make_uint in the Erlang docs.

See enif_make_ulong in the Erlang docs.

See enif_now_time in the Erlang docs.

See enif_port_command in the Erlang docs.

See enif_priv_data in the Erlang docs.

See enif_realloc in the Erlang docs.

See enif_schedule_nif in the Erlang docs.

See enif_select in the Erlang docs.

See enif_self in the Erlang docs.

See enif_send in the Erlang docs.

See enif_system_info in the Erlang docs.

See enif_term_type in the Erlang docs.

See enif_thread_type in the Erlang docs.

See enif_time_offset in the Erlang docs.

See enif_whereis_pid in the Erlang docs.

See enif_whereis_port in the Erlang docs.

Type Definitions

See ErlNifBinaryToTerm in the Erlang docs.

See ErlNifResourceDown in the Erlang docs.

See ErlNifResourceDtor in the Erlang docs.

See ErlNifResourceStop in the Erlang docs.

See ErlNifSelectFlags in the Erlang docs.

See ErlNifTime in the Erlang docs.

Equivalent to C’s char type.

Equivalent to C’s double type.

Equivalent to C’s signed int (int) type.

Equivalent to C’s signed long (long) type.

Equivalent to C’s unsigned char type.

Equivalent to C’s unsigned int type.

Equivalent to C’s unsigned long type.