From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/ets.xml | 122 ++++++++++++++++++++++----------------------- 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'lib/stdlib/doc/src/ets.xml') diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index 98c5c39f2b..70d1aaa74d 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -28,7 +28,7 @@ - ets + ets Built-in term storage.

This module is an interface to the Erlang built-in term storage @@ -207,7 +207,7 @@ - + Return a list of all ETS tables.

Returns a list of all tables at the node. Named tables are @@ -222,7 +222,7 @@ - + Delete an entire ETS table.

Deletes the entire table Tab.

@@ -230,7 +230,7 @@ - + Delete all objects with a specified key from an ETS table. @@ -240,7 +240,7 @@ - + Delete all objects in an ETS table.

Delete all objects in the ETS table Tab. @@ -250,7 +250,7 @@ - + Deletes a specific from an ETS table.

Delete the exact object Object from the @@ -262,7 +262,7 @@ - + Read an ETS table from a file.

Reads a file produced by @@ -274,7 +274,7 @@ - + Read an ETS table from a file.

Reads a file produced by @@ -306,7 +306,7 @@ - + Return the first key in an ETS table.

Returns the first key Key in table @@ -321,7 +321,7 @@ - + Fold a function over an ETS table.

Acc0 is returned if the table is empty. @@ -337,7 +337,7 @@ - + Fold a function over an ETS table.

Acc0 is returned if the table is empty. @@ -353,7 +353,7 @@ - + Fill an ETS table with objects from a Dets table. @@ -367,7 +367,7 @@ - + Pseudo function that transforms fun syntax to a match specification. @@ -436,7 +436,7 @@ Error: fun containing local Erlang function calls - + Change owner of a table.

Make process Pid the new owner of table @@ -454,7 +454,7 @@ Error: fun containing local Erlang function calls - + Display information about all ETS tables on a terminal. @@ -463,7 +463,7 @@ Error: fun containing local Erlang function calls - + Browse an ETS table on a terminal.

Browses table Tab on a terminal.

@@ -471,7 +471,7 @@ Error: fun containing local Erlang function calls
- + Return information about an table.

Returns information about table Tab as a list of @@ -547,7 +547,7 @@ Error: fun containing local Erlang function calls - + Return the information associated with the specified item for an ETS table. @@ -619,7 +619,7 @@ Error: fun containing local Erlang function calls - + Replace all objects of an ETS table.

Replaces the existing objects of table Tab with @@ -649,7 +649,7 @@ Error: fun containing local Erlang function calls - + Insert an object into an ETS table.

Inserts the object or all of the objects in list @@ -681,7 +681,7 @@ Error: fun containing local Erlang function calls - + Insert an object into an ETS table if the key is not already present. @@ -700,7 +700,7 @@ Error: fun containing local Erlang function calls - + Check if an Erlang term is the result of match_spec_compile. @@ -732,7 +732,7 @@ ets:is_compiled_ms(Broken). - + Return the last key in an ETS table of type ordered_set. @@ -747,7 +747,7 @@ ets:is_compiled_ms(Broken). - + Return all objects with a specified key in an ETS table. @@ -787,7 +787,7 @@ ets:is_compiled_ms(Broken). - + Return the Pos:th element of all objects with a specified key in an ETS table. @@ -810,7 +810,7 @@ ets:is_compiled_ms(Broken). - + Continues matching objects in an ETS table.

Continues a match started with @@ -824,7 +824,7 @@ ets:is_compiled_ms(Broken). - + Match the objects in an ETS table against a pattern. @@ -856,7 +856,7 @@ ets:is_compiled_ms(Broken). - + Match the objects in an ETS table against a pattern and return part of the answers. @@ -875,7 +875,7 @@ ets:is_compiled_ms(Broken). - + Delete all objects that match a specified pattern from an ETS table. @@ -886,7 +886,7 @@ ets:is_compiled_ms(Broken). - + Continues matching objects in an ETS table.

Continues a match started with @@ -901,7 +901,7 @@ ets:is_compiled_ms(Broken). - + Match the objects in an ETS table against a pattern. @@ -920,7 +920,7 @@ ets:is_compiled_ms(Broken). - + Match the objects in an ETS table against a pattern and return part of the answers. @@ -940,7 +940,7 @@ ets:is_compiled_ms(Broken). - + Compile a match specification into its internal representation. @@ -968,7 +968,7 @@ ets:is_compiled_ms(Broken). - + Perform matching, using a compiled match specification on a list of terms. @@ -1005,7 +1005,7 @@ ets:select(Table, MatchSpec), - + Tests for occurrence of a key in an ETS table.

Works like lookup/2, @@ -1016,7 +1016,7 @@ ets:select(Table, MatchSpec), - + Create a new ETS table.

Creates a new table and returns a table identifier that can @@ -1180,7 +1180,7 @@ ets:select(Table, MatchSpec), - + Return the next key in an ETS table.

Returns the next key Key2, following key @@ -1202,7 +1202,7 @@ ets:select(Table, MatchSpec), - + Return the previous key in an ETS table of type ordered_set. @@ -1218,7 +1218,7 @@ ets:select(Table, MatchSpec), - + Rename a named ETS table.

Renames the named table Tab to the new name @@ -1228,7 +1228,7 @@ ets:select(Table, MatchSpec), - + Repair a continuation from ets:select/1 or ets:select/3 that has passed through external representation. @@ -1283,7 +1283,7 @@ ets:select(ets:repair_continuation(Broken,MS)). - + Fix an ETS table for safe traversal.

Fixes a table of type set, bag, or @@ -1339,7 +1339,7 @@ clean_all_with_value(Tab,X,Key) -> - + Continue matching objects in an ETS table.

Continues a match started with @@ -1353,7 +1353,7 @@ clean_all_with_value(Tab,X,Key) -> - + Match the objects in an ETS table against a match specification. @@ -1448,7 +1448,7 @@ is_integer(X), is_integer(Y), X + Y < 4711]]> - + Match the objects in an ETS table against a match specification and return part of the answers. @@ -1467,7 +1467,7 @@ is_integer(X), is_integer(Y), X + Y < 4711]]> - + Match the objects in an ETS table against a match specification and return the number of objects for which the match specification returned true. @@ -1486,7 +1486,7 @@ is_integer(X), is_integer(Y), X + Y < 4711]]> - + Match the objects in an ETS table against a match specification and delete objects where the match specification returns true. @@ -1612,7 +1612,7 @@ Success = (1 =:= ets:select_replace(T, [{Old, [], [{const, New}]}])), - + Set table options.

Sets table options. The only allowed option to be set after the @@ -1623,7 +1623,7 @@ Success = (1 =:= ets:select_replace(T, [{Old, [], [{const, New}]}])), - + Return all objects in a specified slot of an ETS table. @@ -1648,7 +1648,7 @@ Success = (1 =:= ets:select_replace(T, [{Old, [], [{const, New}]}])), - + Dump an ETS table to a file.

Dumps table Tab to file @@ -1659,7 +1659,7 @@ Success = (1 =:= ets:select_replace(T, [{Old, [], [{const, New}]}])), - + Dump an ETS table to a file.

Dumps table Tab to file @@ -1706,7 +1706,7 @@ Success = (1 =:= ets:select_replace(T, [{Old, [], [{const, New}]}])), - + Return a list of all objects in an ETS table.

Returns a list of all objects in table Tab.

@@ -1714,7 +1714,7 @@ Success = (1 =:= ets:select_replace(T, [{Old, [], [{const, New}]}])),
- + Return a list of all objects in an ETS table.

Returns information about the table dumped to file by @@ -1792,8 +1792,8 @@ Success = (1 =:= ets:select_replace(T, [{Old, [], [{const, New}]}])), - - + + Return a QLC query handle.

Returns a Query List @@ -1884,7 +1884,7 @@ true - + Test a match specification for use in select/2. @@ -1911,7 +1911,7 @@ true - + Fill a Dets table with objects from an ETS table. @@ -1922,11 +1922,11 @@ true - + - + - + Update a counter object in an ETS table. @@ -2006,8 +2006,8 @@ true - - + + Update the Pos:th element of the object with a specified key in an ETS table. -- cgit v1.2.3