autodoc.git / traditional_manual / chapter_9.html

version» Context lines:

autodoc.git/traditional_manual/chapter_9.html:1746:   <span class='homogen--name'><b>accept</b></span>   </dt>   <dd><p><code><code class='object unresolved'>File</code> <b><span class='method'>accept</span>(</b><b>)</b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>This function completes a connection made from a remote machine to    this port. It returns a two-way stream in the form of a clone of    <code>Stdio.File</code>. The new file is by initially set to blocking mode.</p>   </dd>   <dt class='head--doc'>See also</dt> - <dd class='body--doc'><p><code>Stdio.File</code></p> + <dd class='body--doc'><p><code>Stdio.File</code>, <code>fd_factory()</code></p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Method</span>   <span class='homogen--name'><b>accept</b></span>   </dt>   <dd><p><code><code class='object unresolved'>Stdio.File</code> <b><span class='method'>accept</span>(</b><b>)</b></code></p></dd>   
autodoc.git/traditional_manual/chapter_9.html:1917:   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Method</span>   <span class='homogen--name'><b>fd_factory</b></span>   </dt>   <dd><p><code><code class='modifier'>protected</code> <code class='object unresolved'>Fd</code> <b><span class='method'>fd_factory</span>(</b><b>)</b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Factory creating empty <code>Fd</code> objects.</p>   <p> This function is called by <code>accept()</code> when it needs to create    a new file.</p> + <p> The default implementation returns the <code>Fd</code> inherit in +  an empty <code>File</code> object.</p> + </dd> + <dt class='head--doc'>See also</dt> + <dd class='body--doc'><p><code>accept()</code></p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Inherit</span>   <span class='homogen--name'><b>_port</b></span>   </dt>   <dd><p><code><span class='datatype'>inherit _port</span> : <span class='inherit'>_port</span></code></p></dd>   </dl>