Go to the documentation of this file.
22 #ifndef PTR_TEMPLATES_H
23 #define PTR_TEMPLATES_H
std::unique_ptr< const DataPackInterface > const_unique_ptr
Definition: ptr_templates.h:35
std::unique_ptr< DataPackInterface > unique_ptr
Definition: ptr_templates.h:34
std::shared_ptr< const DataPackInterface > const_shared_ptr
Definition: ptr_templates.h:32
Definition: ptr_templates.h:28
std::shared_ptr< DataPackInterface > shared_ptr
Definition: ptr_templates.h:31