#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Defines | |
#define | MOVEIT_DECLARE_PTR(Name, Type) |
#define | MOVEIT_DECLARE_PTR_MEMBER(Type) |
#define MOVEIT_DECLARE_PTR | ( | Name, | |
Type | |||
) |
typedef boost::shared_ptr<Type> Name##Ptr; \
typedef boost::shared_ptr<const Type> Name##ConstPtr;
Definition at line 51 of file declare_ptr.h.
#define MOVEIT_DECLARE_PTR_MEMBER | ( | Type | ) |
typedef boost::shared_ptr<Type> Ptr; \
typedef boost::shared_ptr<const Type> ConstPtr;
Definition at line 66 of file declare_ptr.h.