Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > bbe04b8395a5a03f2446c6fb72b617f0 > files > 55

ocaml-extlib-1.7.5-3.mga7.armv7hl.rpm

<!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=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="previous" href="ExtLib.Array.html">
<link rel="Up" href="ExtLib.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 classes" rel=Appendix href="index_classes.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="Base64" rel="Chapter" href="Base64.html">
<link title="BitSet" rel="Chapter" href="BitSet.html">
<link title="Dllist" rel="Chapter" href="Dllist.html">
<link title="DynArray" rel="Chapter" href="DynArray.html">
<link title="Enum" rel="Chapter" href="Enum.html">
<link title="ExtArray" rel="Chapter" href="ExtArray.html">
<link title="ExtBuffer" rel="Chapter" href="ExtBuffer.html">
<link title="ExtBytes" rel="Chapter" href="ExtBytes.html">
<link title="ExtHashtbl" rel="Chapter" href="ExtHashtbl.html">
<link title="ExtLib" rel="Chapter" href="ExtLib.html">
<link title="ExtList" rel="Chapter" href="ExtList.html">
<link title="ExtString" rel="Chapter" href="ExtString.html">
<link title="Global" rel="Chapter" href="Global.html">
<link title="IO" rel="Chapter" href="IO.html">
<link title="OptParse" rel="Chapter" href="OptParse.html">
<link title="Option" rel="Chapter" href="Option.html">
<link title="PMap" rel="Chapter" href="PMap.html">
<link title="RefList" rel="Chapter" href="RefList.html">
<link title="Std" rel="Chapter" href="Std.html">
<link title="UChar" rel="Chapter" href="UChar.html">
<link title="UTF8" rel="Chapter" href="UTF8.html">
<link title="Unzip" rel="Chapter" href="Unzip.html"><title>ExtLib.Buffer</title>
</head>
<body>
<div class="navbar"><a class="pre" href="ExtLib.Array.html" title="ExtLib.Array">Previous</a>
&nbsp;<a class="up" href="ExtLib.html" title="ExtLib">Up</a>
&nbsp;</div>
<h1>Module <a href="type_ExtLib.Buffer.html">ExtLib.Buffer</a></h1>

<pre><span id="MODULEBuffer"><span class="keyword">module</span> Buffer</span>: <code class="type"><a href="ExtBuffer.Buffer.html">ExtBuffer.Buffer</a></code></pre><hr width="100%">

<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">Stdlib.Buffer.t</code> </pre>


<pre><span id="VALcreate"><span class="keyword">val</span> create</span> : <code class="type">int -> <a href="ExtBuffer.Buffer.html#TYPEt">t</a></code></pre>
<pre><span id="VALcontents"><span class="keyword">val</span> contents</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> string</code></pre>
<pre><span id="VALto_bytes"><span class="keyword">val</span> to_bytes</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> ExtBytes.Bytes.t</code></pre>
<pre><span id="VALsub"><span class="keyword">val</span> sub</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int -> int -> string</code></pre>
<pre><span id="VALblit"><span class="keyword">val</span> blit</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int -> ExtBytes.Bytes.t -> int -> int -> unit</code></pre>
<pre><span id="VALnth"><span class="keyword">val</span> nth</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int -> char</code></pre>
<pre><span id="VALlength"><span class="keyword">val</span> length</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int</code></pre>
<pre><span id="VALclear"><span class="keyword">val</span> clear</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> unit</code></pre>
<pre><span id="VALreset"><span class="keyword">val</span> reset</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> unit</code></pre>
<pre><span id="VALadd_char"><span class="keyword">val</span> add_char</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> char -> unit</code></pre>
<pre><span id="VALadd_string"><span class="keyword">val</span> add_string</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> string -> unit</code></pre>
<pre><span id="VALadd_bytes"><span class="keyword">val</span> add_bytes</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> ExtBytes.Bytes.t -> unit</code></pre>
<pre><span id="VALadd_substring"><span class="keyword">val</span> add_substring</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> string -> int -> int -> unit</code></pre>
<pre><span id="VALadd_subbytes"><span class="keyword">val</span> add_subbytes</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> ExtBytes.Bytes.t -> int -> int -> unit</code></pre>
<pre><span id="VALadd_substitute"><span class="keyword">val</span> add_substitute</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> (string -> string) -> string -> unit</code></pre>
<pre><span id="VALadd_buffer"><span class="keyword">val</span> add_buffer</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> <a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> unit</code></pre>
<pre><span id="VALadd_channel"><span class="keyword">val</span> add_channel</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> Stdlib.in_channel -> int -> unit</code></pre>
<pre><span id="VALoutput_buffer"><span class="keyword">val</span> output_buffer</span> : <code class="type">Stdlib.out_channel -> <a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> unit</code></pre>
<pre><span id="VALtruncate"><span class="keyword">val</span> truncate</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int -> unit</code></pre>
<pre><span id="VALadd_utf_8_uchar"><span class="keyword">val</span> add_utf_8_uchar</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> Stdlib.Uchar.t -> unit</code></pre>
<pre><span id="VALadd_utf_16le_uchar"><span class="keyword">val</span> add_utf_16le_uchar</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> Stdlib.Uchar.t -> unit</code></pre>
<pre><span id="VALadd_utf_16be_uchar"><span class="keyword">val</span> add_utf_16be_uchar</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> Stdlib.Uchar.t -> unit</code></pre>
<pre><span id="VALto_seq"><span class="keyword">val</span> to_seq</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> char Stdlib.Seq.t</code></pre><div class="info ">
<div class="info-desc">
<p><code class="code">*_seq</code> functions were introduced in OCaml 4.07.0, and are _not_ implemented in extlib for older OCaml versions</p>
</div>
</div>

<pre><span id="VALto_seqi"><span class="keyword">val</span> to_seqi</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> (int * char) Stdlib.Seq.t</code></pre>
<pre><span id="VALadd_seq"><span class="keyword">val</span> add_seq</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> char Stdlib.Seq.t -> unit</code></pre>
<pre><span id="VALof_seq"><span class="keyword">val</span> of_seq</span> : <code class="type">char Stdlib.Seq.t -> <a href="ExtBuffer.Buffer.html#TYPEt">t</a></code></pre></body></html>