16 #ifndef ACSDKMANUFACTORY_INTERNAL_SHAREDPOINTERCACHE_H_ 17 #define ACSDKMANUFACTORY_INTERNAL_SHAREDPOINTERCACHE_H_ 23 namespace acsdkManufactory {
50 std::shared_ptr<AbstractRecipe> m_recipe;
67 #endif // ACSDKMANUFACTORY_INTERNAL_SHAREDPOINTERCACHE_H_ Definition: SharedPointerCache.h:29
Definition: RuntimeManufactory.h:39
void(*)(void *) DeleteInstanceFunction
Definition: AbstractRecipe.h:54
Definition: AbstractPointerCache.h:29
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
SharedPointerCache(std::shared_ptr< AbstractRecipe > recipe)
void *(*)(std::shared_ptr< AbstractRecipe > recipe, RuntimeManufactory &runtimeManufactory, void *cachedValue) ProduceInstanceFunction
Definition: AbstractRecipe.h:47