<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SysArray</title><link>https://sourceforge.net/p/syslibforuefi/wiki/SysArray/</link><description>Recent changes to SysArray</description><atom:link href="https://sourceforge.net/p/syslibforuefi/wiki/SysArray/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 30 Oct 2012 16:20:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/syslibforuefi/wiki/SysArray/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage SysArray modified by Tim Lewis</title><link>https://sourceforge.net/p/syslibforuefi/wiki/SysArray/</link><description>The SysArray container holds fixed-length data structures sequentially in memory. It is based on [SysObj], can be dynamically sized and provides sorting and searching capabilities.

Each SysArray container has the following attributes:

* Element Size - The size of each array element, in bytes.
* Current Length - The current number of array elements.
* Maximum Length - The number of array elements allocated.
* Elements - Pointer to a buffer that contains Maximum Length elements, of which Current Length elements are curretly populated.
* Copy - Function that copies the contents of one array element from one memory location to another.
* Compare - Function that compares one array element to another and returns -1, 0, 1 (less than, equal to or greater than)
* Empty - Function that releases any resources used by a single array element.

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Lewis</dc:creator><pubDate>Tue, 30 Oct 2012 16:20:34 -0000</pubDate><guid>https://sourceforge.netadc99688c3552e437aac863e9af1b23af117160c</guid></item></channel></rss>