ocaml-containers/1.0/Containers.html
2017-02-11 14:17:14 +01:00

131 lines
No EOL
11 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="CCArrayLabels.html">
<link rel="next" href="CCKTree.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="CCVector" rel="Chapter" href="CCVector.html">
<link title="CCHeap" rel="Chapter" href="CCHeap.html">
<link title="CCList" rel="Chapter" href="CCList.html">
<link title="CCOpt" rel="Chapter" href="CCOpt.html">
<link title="CCPair" rel="Chapter" href="CCPair.html">
<link title="CCFun" rel="Chapter" href="CCFun.html">
<link title="CCHash" rel="Chapter" href="CCHash.html">
<link title="CCInt" rel="Chapter" href="CCInt.html">
<link title="CCBool" rel="Chapter" href="CCBool.html">
<link title="CCFloat" rel="Chapter" href="CCFloat.html">
<link title="CCArray" rel="Chapter" href="CCArray.html">
<link title="CCRef" rel="Chapter" href="CCRef.html">
<link title="CCSet" rel="Chapter" href="CCSet.html">
<link title="CCOrd" rel="Chapter" href="CCOrd.html">
<link title="CCRandom" rel="Chapter" href="CCRandom.html">
<link title="CCString" rel="Chapter" href="CCString.html">
<link title="CCHashtbl" rel="Chapter" href="CCHashtbl.html">
<link title="CCMap" rel="Chapter" href="CCMap.html">
<link title="CCFormat" rel="Chapter" href="CCFormat.html">
<link title="CCIO" rel="Chapter" href="CCIO.html">
<link title="CCInt64" rel="Chapter" href="CCInt64.html">
<link title="CCChar" rel="Chapter" href="CCChar.html">
<link title="CCResult" rel="Chapter" href="CCResult.html">
<link title="CCParse" rel="Chapter" href="CCParse.html">
<link title="CCArray_slice" rel="Chapter" href="CCArray_slice.html">
<link title="CCListLabels" rel="Chapter" href="CCListLabels.html">
<link title="CCArrayLabels" rel="Chapter" href="CCArrayLabels.html">
<link title="Containers" rel="Chapter" href="Containers.html">
<link title="CCKTree" rel="Chapter" href="CCKTree.html">
<link title="CCKList" rel="Chapter" href="CCKList.html">
<link title="CCLazy_list" rel="Chapter" href="CCLazy_list.html">
<link title="CCMultiMap" rel="Chapter" href="CCMultiMap.html">
<link title="CCMultiSet" rel="Chapter" href="CCMultiSet.html">
<link title="CCTrie" rel="Chapter" href="CCTrie.html">
<link title="CCFlatHashtbl" rel="Chapter" href="CCFlatHashtbl.html">
<link title="CCCache" rel="Chapter" href="CCCache.html">
<link title="CCPersistentHashtbl" rel="Chapter" href="CCPersistentHashtbl.html">
<link title="CCDeque" rel="Chapter" href="CCDeque.html">
<link title="CCFQueue" rel="Chapter" href="CCFQueue.html">
<link title="CCBV" rel="Chapter" href="CCBV.html">
<link title="CCMixtbl" rel="Chapter" href="CCMixtbl.html">
<link title="CCMixmap" rel="Chapter" href="CCMixmap.html">
<link title="CCRingBuffer" rel="Chapter" href="CCRingBuffer.html">
<link title="CCIntMap" rel="Chapter" href="CCIntMap.html">
<link title="CCPersistentArray" rel="Chapter" href="CCPersistentArray.html">
<link title="CCMixset" rel="Chapter" href="CCMixset.html">
<link title="CCGraph" rel="Chapter" href="CCGraph.html">
<link title="CCHashSet" rel="Chapter" href="CCHashSet.html">
<link title="CCBitField" rel="Chapter" href="CCBitField.html">
<link title="CCHashTrie" rel="Chapter" href="CCHashTrie.html">
<link title="CCWBTree" rel="Chapter" href="CCWBTree.html">
<link title="CCRAL" rel="Chapter" href="CCRAL.html">
<link title="CCImmutArray" rel="Chapter" href="CCImmutArray.html">
<link title="CCHet" rel="Chapter" href="CCHet.html">
<link title="CCZipper" rel="Chapter" href="CCZipper.html">
<link title="CCPool" rel="Chapter" href="CCPool.html">
<link title="CCLock" rel="Chapter" href="CCLock.html">
<link title="CCSemaphore" rel="Chapter" href="CCSemaphore.html">
<link title="CCThread" rel="Chapter" href="CCThread.html">
<link title="CCBlockingQueue" rel="Chapter" href="CCBlockingQueue.html">
<link title="CCTimer" rel="Chapter" href="CCTimer.html">
<link title="CCUnix" rel="Chapter" href="CCUnix.html">
<link title="CCSexp" rel="Chapter" href="CCSexp.html">
<link title="CCSexp_lex" rel="Chapter" href="CCSexp_lex.html"><title>Containers doc : Containers</title>
</head>
<body>
<div class="navbar"><a class="pre" href="CCArrayLabels.html" title="CCArrayLabels">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="CCKTree.html" title="CCKTree">Next</a>
</div>
<h1>Module <a href="type_Containers.html">Containers</a></h1>
<pre><span class="keyword">module</span> Containers: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><div class="info module top">
<h1 id="1_DropInreplacementtoStdlib">Drop-In replacement to Stdlib</h1>
<p>
This module is meant to be opened if one doesn't want to use both, say,
<code class="code"><span class="constructor">List</span></code> and <code class="code"><span class="constructor">CCList</span></code>. Instead, <code class="code"><span class="constructor">List</span></code> is now an alias to
<pre class="codepre"><code class="code"><span class="keyword">struct</span>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">include</span>&nbsp;<span class="constructor">List</span>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">include</span>&nbsp;<span class="constructor">CCList</span>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">end</span>
&nbsp;&nbsp;&nbsp;&nbsp;</code></pre><br>
</div>
<hr width="100%">
<pre><span class="keyword">module</span> <a href="Containers.Array.html">Array</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.Array.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.ArrayLabels.html">ArrayLabels</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.ArrayLabels.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Array_slice.html">Array_slice</a>: <code class="type"><a href="CCArray_slice.html">CCArray_slice</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Bool.html">Bool</a>: <code class="type"><a href="CCBool.html">CCBool</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Char.html">Char</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.Char.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Float.html">Float</a>: <code class="type"><a href="CCFloat.html">CCFloat</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Format.html">Format</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.Format.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Fun.html">Fun</a>: <code class="type"><a href="CCFun.html">CCFun</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Hash.html">Hash</a>: <code class="type"><a href="CCHash.html">CCHash</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Int.html">Int</a>: <code class="type"><a href="CCInt.html">CCInt</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Int64.html">Int64</a>: <code class="type"><a href="CCInt64.html">CCInt64</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.IO.html">IO</a>: <code class="type"><a href="CCIO.html">CCIO</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Hashtbl.html">Hashtbl</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.Hashtbl.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><div class="info">
</div>
<pre><span class="keyword">module</span> <a href="Containers.Heap.html">Heap</a>: <code class="type"><a href="CCHeap.html">CCHeap</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.List.html">List</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.List.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.ListLabels.html">ListLabels</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.ListLabels.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Map.html">Map</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.Map.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Option.html">Option</a>: <code class="type"><a href="CCOpt.html">CCOpt</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Ord.html">Ord</a>: <code class="type"><a href="CCOrd.html">CCOrd</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Pair.html">Pair</a>: <code class="type"><a href="CCPair.html">CCPair</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Parse.html">Parse</a>: <code class="type"><a href="CCParse.html">CCParse</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Random.html">Random</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.Random.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Ref.html">Ref</a>: <code class="type"><a href="CCRef.html">CCRef</a></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Result.html">Result</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.Result.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Set.html">Set</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.Set.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.String.html">String</a>: <code class="code"><span class="keyword">sig</span></code> <a href="Containers.String.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Containers.Vector.html">Vector</a>: <code class="type"><a href="CCVector.html">CCVector</a></code></pre></body></html>