AFF --- A container for numbers (array) by Friederich and Forbriger.
seriesoperators.h
Go to the documentation of this file.
1 
35 // include guard
36 #ifndef AFF_SERIESOPERATORS_H_VERSION
37 
38 #define AFF_SERIESOPERATORS_H_VERSION \
39  "AFF_SERIESOPERATORS_H V1.0 "
40 
41 #include<aff/series.h>
42 
49 #define AFF_OPERATORS_CLASS aff::Series
50 #define AFF_OPERATORS_CONSTCLASS aff::ConstSeries
51 #include <aff/lib/operators.h>
52 #undef AFF_OPERATORS_CLASS
53 #undef AFF_OPERATORS_CONSTCLASS
54 
55 
56 #endif // AFF_SERIESOPERATORS_H_VERSION (includeguard)
57 
58 /* ----- END OF seriesoperators.h ----- */
linear series class (prototypes)
provide operators for iteratable objects (prototypes)