class_pointers.h
Go to the documentation of this file.
1 
11 #ifndef __class_pointers_h__74b02386_fb4e_434a_8b54_ef3a676fac54
12 #define __class_pointers_h__74b02386_fb4e_434a_8b54_ef3a676fac54
13 
14 #include <memory>
15 
16 
17 #define DEFINE_CLASS_POINTERS(ClassName) \
18  typedef std::unique_ptr<ClassName> UniquePtr; \
19  typedef std::shared_ptr<ClassName> SharedPtr; \
20  typedef std::weak_ptr<ClassName> WeakPtr;
21 
22 #endif // __class_pointers_h__74b02386_fb4e_434a_8b54_ef3a676fac54
23 


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:06:04