Array Package

The array package has several array classes:

The ads::IndexRange class is used to specify the index ranges of arrays.

The array classes are STL-compliant containers. (Consult "Generic Programming and the STL" by Matthew H. Austern.) Such containers define the following nine types:

STL-compliant containers provide accessors to the beginning and end of the range of elements:

as well as the corresponding manipulators:

There are three member functions relating to the number of elements in the container.

Finally there is a member function for swapping the contents of two containers.

Each array class supports the standard mathematical operations. The ads::FixedArray class does not share implementation with the dynamic arrays.

There are two policy classes which implement functionality for ads::Array:

Generated on Thu Jun 30 02:14:51 2016 for Algorithms and Data Structures Package by  doxygen 1.6.3