Module p1_options

Behaviours: gen_server.

Authors: Evgeny Khramtsov (ekhramtsov@process-one.net).

Data Types

scope()

scope() = global | any()

Function Index

clear/1
code_change/3
compile/1
delete/3
dump/1
handle_call/3
handle_cast/2
handle_info/2
init/1
insert/4
lookup/3
start/1
start_link/1
terminate/2

Function Details

clear/1

clear(Tab::atom()) -> ok

code_change/3

code_change(OldVsn, State, Extra) -> any()

compile/1

compile(Tab::atom()) -> ok

delete/3

delete(Tab::atom(), Opt::atom(), Scope::scope()) -> ok

dump/1

dump(Mod::atom()) -> ok

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

insert/4

insert(Tab::atom(), Opt::atom(), Scope::scope(), Val::any()) -> ok

lookup/3

lookup(Tab::atom(), Opt::atom(), Scope::scope()) -> {ok, any()} | undefined

start/1

start(Tab::atom()) -> ok | {error, already_started | any()}

start_link/1

start_link(Tab::atom()) -> {ok, pid()} | {error, any()}

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc, Aug 1 2020, 01:20:30.