Module emojipoo_layer

Behaviours: gen_statem.

Function Index

callback_mode/0
close/1
code_change/4
depth/1
destroy/1
handle_event/4
init/1
inject/2
lookup/2
lookup/3
range/5
set_max_depth/2
start_link/4
terminate/3

Function Details

callback_mode/0

callback_mode() -> any()

close/1

close(LayerPid) -> any()

code_change/4

code_change(OldVsn, StateName, StateData, Extra) -> any()

depth/1

depth(LayerPid) -> any()

destroy/1

destroy(LayerPid) -> any()

handle_event/4

handle_event(X1, D, StateName, State) -> any()

init/1

init(X1) -> any()

inject/2

inject(LayerPid, FileName) -> any()

lookup/2

lookup(LayerPid, Key) -> any()

lookup/3

lookup(LayerPid, Key, ActionFun) -> any()

range/5

range(LayerPid, SendTo, Range, List, FilterMap) -> any()

set_max_depth/2

set_max_depth(LayerPid, Depth) -> any()

start_link/4

start_link(Directory, Depth, NextDeeperPid, Opts) -> any()

terminate/3

terminate(Reason, StateName, StateData) -> any()


Generated by EDoc