asn1ct_table
Functions
new(Table) -> term()
new(Table, Options) -> term()
new_reuse(Table) -> term()
new_reuse(Table, Options) -> term()
exists(Table) -> term()
size(Table) -> term()
insert(Table, Tuple) -> term()
lookup(Table, Key) -> term()
match(Table, MatchSpec) -> term()
to_list(Table) -> term()
delete(Tables) -> term()
View Functions
new/1
new/2
new_reuse/1
new_reuse/2
exists/1
size/1
insert/2
lookup/2
match/2
to_list/1
delete/1