diff options
Diffstat (limited to 'doc/html/tqptrqueue.html')
-rw-r--r-- | doc/html/tqptrqueue.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqptrqueue.html b/doc/html/tqptrqueue.html index 58a98046b..bf4de3b53 100644 --- a/doc/html/tqptrqueue.html +++ b/doc/html/tqptrqueue.html @@ -166,7 +166,7 @@ enqueued to this queue. Only the pointers are copied. <p> <b>Warning:</b> The <a href="#autoDelete">autoDelete</a>() flag is not modified. If it it TRUE for both <em>queue</em> and this queue, deleting the two lists will cause <em>double-deletion</em> of the items. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="read"></a>TQPtrQueue::read ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="tqptrcollection.html#Item">TQPtrCollection::Item</a> & item )<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="read"></a>TQPtrQueue::read ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqptrcollection.html#Item">TQPtrCollection::Item</a> & item )<tt> [virtual protected]</tt> </h3> <p> Reads a queue item, <em>item</em>, from the stream <em>s</em> and returns a @@ -195,7 +195,7 @@ careful about copying the queue: you might find yourself with two queues deleting the same items. <p> <p>See also <a href="#autoDelete">autoDelete</a>(). -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="write"></a>TQPtrQueue::write ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="tqptrcollection.html#Item">TQPtrCollection::Item</a> item ) const<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="write"></a>TQPtrQueue::write ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqptrcollection.html#Item">TQPtrCollection::Item</a> item ) const<tt> [virtual protected]</tt> </h3> <p> Writes a queue item, <em>item</em>, to the stream <em>s</em> and returns a |