AFF --- A container for numbers (array) by Friederich and Forbriger.
|
Basic array module | Basic array moduleBy including aff/array.h you will get access to the following modules: |
Container operators | Container operatorsOperators for containers are defined through a macro expansion mechanism, since the basic algorithm is the same for all containers. We make use of iterators to traverse the elements of the containers |
Debug functions | |
Error handling module | |
Extensions for array module | Extensions for array moduleThe library provides some additional modules. You need only include the header file of those modules that you really want to use in addition to the basic aff::Array functionality. These additional modules are: |
Extensions for series module | Extensions for series module |
Series container | Series container |