diff options
Diffstat (limited to 'doc/html/ntqmemarray.html')
-rw-r--r-- | doc/html/ntqmemarray.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqmemarray.html b/doc/html/ntqmemarray.html index c20eeb6c3..a38a81172 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 char * data, uint len )</li> +<li class=fn>TQ_UINT16 <a href="#qChecksum"><b>tqChecksum</b></a> ( const char * data, uint len )</li> <li class=fn>TQDataStream & <a href="#operator-lt-lt"><b>operator<<</b></a> ( TQDataStream & s, const TQByteArray & a )</li> <li class=fn>TQDataStream & <a href="#operator-gt-gt"><b>operator>></b></a> ( TQDataStream & s, TQByteArray & a )</li> </ul> @@ -136,10 +136,10 @@ constructor). TQValueVector provides an STL-compatible syntax and is { TQMemArray<int> a = fib( 6 ); // get first 6 fibonaccis for ( int i = 0; i < 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 char * data, uint len ) +<h3 class=fn>TQ_UINT16 <a name="qChecksum"></a>tqChecksum ( const char * data, uint len ) </h3> <p> Returns the CRC-16 checksum of <em>len</em> bytes starting at <em>data</em>. |