autodoc.git / traditional_manual / chapter_21.html

version» Context lines:

autodoc.git/traditional_manual/chapter_21.html:58421:   </dd></dl>   </dd></dl><dl><dt><h2 class='header'>Class <b class='ms datatype'>Val.Inet</b></h2>   </dt><dd><dl class='group--doc'>   <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Lightweight IPv4 and IPv6 address type that stores the netmask    and allows simple arithmetic and comparison operators.</p>   </dd></dl>      <hr />   <dl class='group--doc'> + <dt class='head--type'><span class='homogen--type'>Method</span> + <span class='homogen--name'><b>`&lt;&lt;</b></span> + </dt> + <dd><p><code><code class='datatype'>bool</code> res = <code class='class'>Val.Inet()</code>&#32;&lt;&lt;&#32;<code class='class'>that</code></code></p></dd> +  + <dt class='head--doc'>Description</dt> + <dd class='body--doc'><p>Is contained by.</p> + </dd></dl> +  +  + <hr /> + <dl class='group--doc'> + <dt class='head--type'><span class='homogen--type'>Method</span> + <span class='homogen--name'><b>`&gt;&gt;</b></span> + </dt> + <dd><p><code><code class='datatype'>bool</code> res = <code class='class'>Val.Inet()</code>&#32;&gt;&gt;&#32;<code class='class'>that</code></code></p></dd> +  + <dt class='head--doc'>Description</dt> + <dd class='body--doc'><p>Contains.</p> + </dd></dl> +  +  + <hr /> + <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>address</b></span>   </dt>   <dd><p><code><code class='datatype'>int</code> Val.Inet.<b><span class='variable'>address</span></b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>IP address converted to an integer.    IPv4 addresses will be 32-bit or less.</p>   </dd></dl>