[Erlang Systems]

ets

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

all() -> [Tab]

delete(Tab) -> true

delete(Tab, Key) -> true

file2tab(Filename) -> {ok,Tab} | {error,Reason}

first(Tab) -> Key | '$end_of_table'

fixtable(Tab, true|false) -> true | false

foldl(Function, Acc0, Tab) -> Acc1

foldr(Function, Acc0, Tab) -> Acc1

i() -> void()

i(Tab) -> void()

info(Tab) -> [{Item,Value}] | undefined

info(Tab, Item) -> Value | undefined

insert(Tab, Object) -> true

last(Tab) -> Key | '$end_of_table'

lookup(Tab, Key) -> [Object]

lookup_element(Tab, Key, Pos) -> Elem

match(Tab, Pattern) -> [Match]

match_delete(Tab, Pattern) -> true

match_object(Tab, Pattern) -> [Object]

new(Name, Options) -> tid()

next(Tab, Key1) -> Key2 | '$end_of_table'

prev(Tab, Key1) -> Key2 | '$end_of_table'

rename(Tab, Name) -> Name

safe_fixtable(Tab, true|false) -> true | false

slot(Tab, I) -> [Object] | '$end_of_table'

tab2file(Tab, Filename) -> ok | {error,Reason}

tab2list(Tab) -> [Object]

update_counter(Tab, Key, {Pos,Incr}) -> Result
update_counter(Tab, Key, Incr) -> Result

AUTHORS


stdlib 1.9.4
Copyright © 1991-2001 Ericsson Utvecklings AB