diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qmemarray.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qmemarray.html')
-rw-r--r-- | doc/html/qmemarray.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmemarray.html b/doc/html/qmemarray.html index 4fcdc305e..af9f73222 100644 --- a/doc/html/qmemarray.html +++ b/doc/html/qmemarray.html @@ -108,7 +108,7 @@ to the contained items. reference count. If more than one array shares common data and one of the arrays is modified, all the arrays are modified. <p> The benefit of sharing is that a program does not need to duplicate -data when it is not retquired, which results in lower memory use +data when it is not required, which results in lower memory use and less copying of data. <p> An alternative to TQMemArray is <a href="qvaluevector.html">TQValueVector</a>. The TQValueVector class also provides an array of objects, but can deal with objects that @@ -193,7 +193,7 @@ be resized with <a href="#resize">resize</a>() and filled using <a href="#fill"> <p> Search for values in the array with <a href="#find">find</a>() and <a href="#contains">contains</a>(). For sorted arrays (see <a href="#sort">sort</a>()) you can search using <a href="#bsearch">bsearch</a>(). <p> You can set the data directly using <a href="#setRawData">setRawData</a>() and -<a href="#resetRawData">resetRawData</a>(), although this retquires care. +<a href="#resetRawData">resetRawData</a>(), although this requires care. <p> <p>See also <a href="shclass.html">Shared Classes</a> and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Type Documentation</h2> |