AFF --- A container for numbers (array) by Friederich and Forbriger.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NaffRoot namespace of library
 Nfunc
 Nutil
 CExtractabsmax
 CExtractavg
 CExtracthisto
 CExtractmax
 CExtractmin
 CExtractrms
 CExtractsqrsum
 CExtractsum
 CMapvalmap
 NutilInternal utilities
 CFortranShapeFind appropriate leading dimensions
 CInlineRecursive functions to inline raw array operations
 CInline2Recursive functions to inline raw array operations
 CInline2< T1, T2, 1 >Partial specialization to stop recursion
 CInline< T, 1 >Partial specialization to stop recursion
 CSeriesStepperA stepper for aff::Series
 CSHeapA structure to be shared between different SharedHeap instances
 CSizeCheckedCastUtility for compile-time checked cast
 CConstCheckChecks for const-correctness of the cast
 CConstCheck< const Tfrom, const Tto >Specialization for const-checked cast
 CConstCheck< const Tfrom, Tto >Specialization for const-checked cast
 CConstCheck< Tfrom, const Tto >Specialization for const-checked cast
 CSizeCheckChecks for matching type-size
 CSizeCheck< N, N >Specialization for type-size checked cast
 CSliceCreate slices
 CStridedStepperA stepper for all strided shapes
 CSubarrayCreate subarrays
 CAllocExceptionException thrown in case of allocation error
 CArrayFull multi-dimensional array functionality.This is the full array class template. It adds no additional functionality to its base class aff::ConstArray. But it provied acess to all member functions of the base, also to functions that allow data modification
 CBrowserBrowser
 CCArrayInterface class to raw memory (C style array)
 CConstArrayArray base classThis is a multidimensional (array) container that uses a strided memory layout (Fortran shape) and counted references to data in global memory. For examples see the various test programs
 CConstCArrayInterface class to raw memory (C style array)
 CConstSeriesBase class
 CConstSharedHeapThis is the base class for const elements
 CCSeriesAccess Series contents through raw memory
 CExceptionBase class for exceptions
 CFortranArrayClass to provide Fortran interface values
 CIteratorIterator
 CLinearShapeShape for class aff::Series
 CSeriesA base class for time series and spectra
 CShaperShaper class for Fortran layout
 CSharedHeapA template class to share heap memory for different array projections
 CSimpleRigidArrayA very basic rigid array class (with deep inline copy)
 CStridedShape for a rectangular array layout