Go to the documentation of this file. 1 #ifndef MOJA_MODULES_CBM_DYNAMICGROWTHCURVELOOKUPTRANSFORM_H_
2 #define MOJA_MODULES_CBM_DYNAMICGROWTHCURVELOOKUPTRANSFORM_H_
4 #include "moja/datarepository/iproviderrelationalinterface.h"
5 #include "moja/flint/ilandunitcontroller.h"
6 #include "moja/flint/itransform.h"
8 #include <Poco/LRUCache.h>
9 #include <Poco/ThreadLocal.h>
24 std::shared_ptr<std::map<
int, std::map<std::string, DynamicVar>>> gcCache
28 const flint::ILandUnitController& landUnitController,
29 datarepository::DataRepository& dataRepository)
override;
32 const DynamicVar&
value()
const override;
40 std::shared_ptr<std::map<int, std::map<std::string, DynamicVar>>>
_gcCache;
45 #endif // MOJA_MODULES_CBM_DYNAMICGROWTHCURVELOOKUPTRANSFORM_H_
Definition: ageclasshelper.cpp:12
Definition: ageclasshelper.cpp:10