Go to the documentation of this file. 35 #ifndef MOVEIT_MACROS_DECLARE_PTR_ 36 #define MOVEIT_MACROS_DECLARE_PTR_ 51 #define MOVEIT_DECLARE_PTR(Name, Type) \ 52 typedef std::shared_ptr<Type> Name##Ptr; \ 53 typedef std::shared_ptr<const Type> Name##ConstPtr; 66 #define MOVEIT_DECLARE_PTR_MEMBER(Type) \ 67 typedef std::shared_ptr<Type> Ptr; \ 68 typedef std::shared_ptr<const Type> ConstPtr;
moveit_core
Author(s): Ioan Sucan
, Sachin Chitta , Acorn Pooley
autogenerated on Sun Oct 18 2020 13:16:33