~ubuntu-branches/ubuntu/trusty/pxp/trusty

« back to all changes in this revision

Viewing changes to doc/manual/html/ref/Pxp_reader.resolve_to_any_obj_channel-c.html

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-07-11 11:21:26 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130711112126-5wysiuf0cgjo376r
Tags: 1.2.4-1
* Team upload
* New upstream release
* Update Vcs-*

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
<link title="Example_readme" rel="Chapter" href="Example_readme.html"><title>PXP Reference : Pxp_reader.resolve_to_any_obj_channel</title>
39
39
</head>
40
40
<body>
41
 
<div class="navbar"><a href="Pxp_reader.resolve_to_this_obj_channel-c.html">Previous</a>
42
 
&nbsp;<a href="Pxp_reader.html">Up</a>
43
 
&nbsp;<a href="Pxp_reader.resolve_to_url_obj_channel-c.html">Next</a>
 
41
<div class="navbar"><a class="pre" href="Pxp_reader.resolve_to_this_obj_channel-c.html" title="Pxp_reader.resolve_to_this_obj_channel">Previous</a>
 
42
&nbsp;<a class="up" href="Pxp_reader.html" title="Pxp_reader">Up</a>
 
43
&nbsp;<a class="post" href="Pxp_reader.resolve_to_url_obj_channel-c.html" title="Pxp_reader.resolve_to_url_obj_channel">Next</a>
44
44
</div>
45
 
<center><h1>Class <a href="type_Pxp_reader.resolve_to_any_obj_channel.html">Pxp_reader.resolve_to_any_obj_channel</a></h1></center>
46
 
<br>
47
 
<pre><span name="TYPEresolve_to_any_obj_channel"><span class="keyword">class</span> resolve_to_any_obj_channel</span> : <code class="type">?close:Netchannels.in_obj_channel -> unit -> channel_of_id:(Pxp_core_types.I.resolver_id -> <a href="Pxp_reader.html#TYPEaccepted_id">accepted_id</a>) -> unit -> </code><code class="type"><a href="Pxp_reader.resolver-c.html">resolver</a></code></pre>This resolver calls the function <code class="code">channel_of_id</code> to open a new channel for
 
45
<h1>Class <a href="type_Pxp_reader.resolve_to_any_obj_channel.html">Pxp_reader.resolve_to_any_obj_channel</a></h1>
 
46
<pre><span name="TYPEresolve_to_any_obj_channel"><span class="keyword">class</span> resolve_to_any_obj_channel</span> : <code class="type">?close:Netchannels.in_obj_channel -> unit -> channel_of_id:(<a href="Pxp_types.html#TYPEresolver_id">Pxp_types.resolver_id</a> -> <a href="Pxp_reader.html#TYPEaccepted_id">accepted_id</a>) -> unit -> </code><code class="type"><a href="Pxp_reader.resolver-c.html">resolver</a></code></pre>This resolver calls the function <code class="code">channel_of_id</code> to open a new channel for
48
47
 the passed <code class="code">resolver_id</code>. This function must either return the <code class="code">accepted_id</code>,
49
48
 or it must fail with <code class="code"><span class="constructor">Not_competent</span></code>.
50
49
<p>