Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 4cb79c6005e82bf8f1625e161f00d595 > files > 23

ocaml-extunix-devel-0.0.5-4.mga3.i586.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">
<link rel="Start" href="index.html">
<link rel="previous" href="ExtUnixAll.Ioctl.html">
<link rel="next" href="ExtUnixAll.BigEndian.html">
<link rel="Up" href="ExtUnixAll.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 modules" rel=Appendix href="index_modules.html">
<link title="ExtUnix" rel="Chapter" href="ExtUnix.html">
<link title="ExtUnixAll" rel="Chapter" href="ExtUnixAll.html">
<link title="ExtUnixSpecific" rel="Chapter" href="ExtUnixSpecific.html"><title>ExtUnixAll.Rlimit</title>
</head>
<body>
<div class="navbar"><a class="pre" href="ExtUnixAll.Ioctl.html" title="ExtUnixAll.Ioctl">Previous</a>
&nbsp;<a class="up" href="ExtUnixAll.html" title="ExtUnixAll">Up</a>
&nbsp;<a class="post" href="ExtUnixAll.BigEndian.html" title="ExtUnixAll.BigEndian">Next</a>
</div>
<h1>Module <a href="type_ExtUnixAll.Rlimit.html">ExtUnixAll.Rlimit</a></h1>
<pre><span class="keyword">module</span> Rlimit: <code class="code">sig</code> <a href="ExtUnixAll.Rlimit.html">..</a> <code class="code">end</code></pre><div class="info">
Limits<br>
</div>
<hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">int64 option</code> </pre>

<pre><span id="VALstring_of_bytes"><span class="keyword">val</span> string_of_bytes</span> : <code class="type">int64 -> string</code></pre><div class="info">
<code class="code">Some limit</code> is fixed limit, <code class="code">None</code> is RLIM_INFINITY<br>
</div>
<pre><span id="VALto_string"><span class="keyword">val</span> to_string</span> : <code class="type">?r:<a href="ExtUnixAll.html#TYPEresource">ExtUnixAll.resource</a> -> int64 option -> string</code></pre><pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type">Int64.t option -> Int64.t option -> int</code></pre><pre><span id="VALeq"><span class="keyword">val</span> eq</span> : <code class="type">Int64.t option -> Int64.t option -> bool</code></pre><pre><span id="VALgt"><span class="keyword">val</span> gt</span> : <code class="type">Int64.t option -> Int64.t option -> bool</code></pre><pre><span id="VALge"><span class="keyword">val</span> ge</span> : <code class="type">Int64.t option -> Int64.t option -> bool</code></pre><pre><span id="VALlt"><span class="keyword">val</span> lt</span> : <code class="type">Int64.t option -> Int64.t option -> bool</code></pre><pre><span id="VALle"><span class="keyword">val</span> le</span> : <code class="type">Int64.t option -> Int64.t option -> bool</code></pre></body></html>