man-pages/man3/Ephemeron.Kn.3o.html
2021-03-31 01:06:50 +01:00

255 lines
3.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of Ephemeron.Kn</TITLE>
</HEAD><BODY>
<H1>Ephemeron.Kn</H1>
Section: OCaml library (3o)<BR>Updated: 2020-01-30<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
Ephemeron.Kn - no description
<A NAME="lbAC">&nbsp;</A>
<H2>Module</H2>
Module Ephemeron.Kn
<A NAME="lbAD">&nbsp;</A>
<H2>Documentation</H2>
<P>
Module
<B>Kn</B>
<BR>&nbsp;:&nbsp;
<B>sig end</B>
<P>
<P>
<P>
<P>
<P>
<P>
<P>
<I>type </I>
<B>('k, 'd)</B>
<I>t </I>
<P>
<P>
an ephemeron with an arbitrary number of keys
of the same type
<P>
<P>
<P>
<I>val create </I>
:
<B>int -&gt; ('k, 'd) t</B>
<P>
Same as
<B>Ephemeron.K1.create</B>
<P>
<P>
<P>
<P>
<I>val get_key </I>
:
<B>('k, 'd) t -&gt; int -&gt; 'k option</B>
<P>
Same as
<B>Ephemeron.K1.get_key</B>
<P>
<P>
<P>
<P>
<I>val get_key_copy </I>
:
<B>('k, 'd) t -&gt; int -&gt; 'k option</B>
<P>
Same as
<B>Ephemeron.K1.get_key_copy</B>
<P>
<P>
<P>
<P>
<I>val set_key </I>
:
<B>('k, 'd) t -&gt; int -&gt; 'k -&gt; unit</B>
<P>
Same as
<B>Ephemeron.K1.set_key</B>
<P>
<P>
<P>
<P>
<I>val unset_key </I>
:
<B>('k, 'd) t -&gt; int -&gt; unit</B>
<P>
Same as
<B>Ephemeron.K1.unset_key</B>
<P>
<P>
<P>
<P>
<I>val check_key </I>
:
<B>('k, 'd) t -&gt; int -&gt; bool</B>
<P>
Same as
<B>Ephemeron.K1.check_key</B>
<P>
<P>
<P>
<P>
<I>val blit_key </I>
:
<B>('k, 'a) t -&gt;</B>
<B>int -&gt; ('k, 'b) t -&gt; int -&gt; int -&gt; unit</B>
<P>
Same as
<B>Ephemeron.K1.blit_key</B>
<P>
<P>
<P>
<P>
<I>val get_data </I>
:
<B>('k, 'd) t -&gt; 'd option</B>
<P>
Same as
<B>Ephemeron.K1.get_data</B>
<P>
<P>
<P>
<P>
<I>val get_data_copy </I>
:
<B>('k, 'd) t -&gt; 'd option</B>
<P>
Same as
<B>Ephemeron.K1.get_data_copy</B>
<P>
<P>
<P>
<P>
<I>val set_data </I>
:
<B>('k, 'd) t -&gt; 'd -&gt; unit</B>
<P>
Same as
<B>Ephemeron.K1.set_data</B>
<P>
<P>
<P>
<P>
<I>val unset_data </I>
:
<B>('k, 'd) t -&gt; unit</B>
<P>
Same as
<B>Ephemeron.K1.unset_data</B>
<P>
<P>
<P>
<P>
<I>val check_data </I>
:
<B>('k, 'd) t -&gt; bool</B>
<P>
Same as
<B>Ephemeron.K1.check_data</B>
<P>
<P>
<P>
<P>
<I>val blit_data </I>
:
<B>('k, 'd) t -&gt; ('k, 'd) t -&gt; unit</B>
<P>
Same as
<B>Ephemeron.K1.blit_data</B>
<P>
<P>
<P>
<I>module Make : </I>
<B>functor (H : Hashtbl.HashedType) -&gt; sig end</B>
<P>
<P>
Functor building an implementation of a weak hash table
<P>
<P>
<I>module MakeSeeded : </I>
<B>functor (H : Hashtbl.SeededHashedType) -&gt; sig end</B>
<P>
<P>
Functor building an implementation of a weak hash table.
The seed is similar to the one of
<B>Hashtbl.MakeSeeded</B>
.
<P>
<P>
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">Module</A><DD>
<DT id="3"><A HREF="#lbAD">Documentation</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:39 GMT, March 31, 2021
</BODY>
</HTML>