summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqmemarray.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqmemarray.html')
-rw-r--r--doc/html/ntqmemarray.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqmemarray.html b/doc/html/ntqmemarray.html
index c20eeb6c..a38a8117 100644
--- a/doc/html/ntqmemarray.html
+++ b/doc/html/ntqmemarray.html
@@ -84,7 +84,7 @@ body { background: #ffffff; color: black; }
</ul>
<h2>Related Functions</h2>
<ul>
-<li class=fn>TQ_UINT16 <a href="#qChecksum"><b>qChecksum</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, uint&nbsp;len )</li>
+<li class=fn>TQ_UINT16 <a href="#qChecksum"><b>tqChecksum</b></a> ( const&nbsp;char&nbsp;*&nbsp;data, uint&nbsp;len )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-lt-lt"><b>operator&lt;&lt;</b></a> ( TQDataStream&nbsp;&amp;&nbsp;s, const&nbsp;TQByteArray&nbsp;&amp;&nbsp;a )</li>
<li class=fn>TQDataStream &amp; <a href="#operator-gt-gt"><b>operator&gt;&gt;</b></a> ( TQDataStream&nbsp;&amp;&nbsp;s, TQByteArray&nbsp;&amp;&nbsp;a )</li>
</ul>
@@ -136,10 +136,10 @@ constructor). TQValueVector provides an STL-compatible syntax and is
{
TQMemArray&lt;int&gt; a = fib( 6 ); // get first 6 fibonaccis
for ( int i = 0; i &lt; a.<a href="#size">size</a>(); i++ )
- <a href="ntqapplication.html#qDebug">qDebug</a>( "%d: %d", i, a[i] );
+ <a href="ntqapplication.html#qDebug">tqDebug</a>( "%d: %d", i, a[i] );
- <a href="ntqapplication.html#qDebug">qDebug</a>( "1 is found %d times", a.<a href="#contains">contains</a>(1) );
- <a href="ntqapplication.html#qDebug">qDebug</a>( "5 is found at index %d", a.<a href="#find">find</a>(5) );
+ <a href="ntqapplication.html#qDebug">tqDebug</a>( "1 is found %d times", a.<a href="#contains">contains</a>(1) );
+ <a href="ntqapplication.html#qDebug">tqDebug</a>( "5 is found at index %d", a.<a href="#find">find</a>(5) );
return 0;
}
@@ -542,7 +542,7 @@ to the stream.
reference to the stream.
<p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>.
-<h3 class=fn>TQ_UINT16 <a name="qChecksum"></a>qChecksum ( const&nbsp;char&nbsp;*&nbsp;data, uint&nbsp;len )
+<h3 class=fn>TQ_UINT16 <a name="qChecksum"></a>tqChecksum ( const&nbsp;char&nbsp;*&nbsp;data, uint&nbsp;len )
</h3>
<p> Returns the CRC-16 checksum of <em>len</em> bytes starting at <em>data</em>.