Module otpbp_erlang

Function Index

atom_to_binary/1
binary_to_atom/1
binary_to_existing_atom/1
error/3
exit/3
exit_signal/3
get_cookie/1
get_stacktrace/0
is_integer/3
processes_iterator/0
processes_next/1
set_cookie/1
term_to_iovec/1
term_to_iovec/2

Function Details

atom_to_binary/1

atom_to_binary(A) -> any()

binary_to_atom/1

binary_to_atom(B) -> any()

binary_to_existing_atom/1

binary_to_existing_atom(B) -> any()

error/3

error(Reason, Args, Options) -> any()

exit/3

exit(Dest, Reason, OptList) -> any()

exit_signal/3

exit_signal(Dest, Reason, OptList) -> any()

get_cookie/1

get_cookie(Node) -> any()

get_stacktrace/0

get_stacktrace() -> any()

is_integer/3

is_integer(T, L, U) -> any()

processes_iterator/0

processes_iterator() -> any()

processes_next/1

processes_next(A) -> any()

set_cookie/1

set_cookie(C) -> any()

term_to_iovec/1

term_to_iovec(T) -> any()

term_to_iovec/2

term_to_iovec(T, O) -> any()


Generated by EDoc