File macros.h
↰ Parent directory (src/desert_classes
)
Header containing C sequence macros.
Definition (src/desert_classes/macros.h
)
Detailed Description
The C data type implementation is more complicated than the C++ one, because complex types like vectors have to be manually managed and this header contains definitions used to create dynamic element sequences.
Prof. Davide Costa