Go to the documentation of this file. 11 #ifndef __class_pointers_h__74b02386_fb4e_434a_8b54_ef3a676fac54 12 #define __class_pointers_h__74b02386_fb4e_434a_8b54_ef3a676fac54 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; 22 #endif // __class_pointers_h__74b02386_fb4e_434a_8b54_ef3a676fac54