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