Skip to content

Encapsulation of function memory data

Nils Kohl requested to merge removing_derived_function_memory_classes into master

Made the data map in function memory private. Added respective getter to access the raw pointer to the underlying array.

This way we can change the memory allocation process more easily in the future (e.g. switching to std::vector can be done without changing code outside of the function memory class)

Merge request reports