Defines
declare_ptr.h File Reference
#include <boost/shared_ptr.hpp>
Include dependency graph for declare_ptr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MOVEIT_DECLARE_PTR(Name, Type)
#define MOVEIT_DECLARE_PTR_MEMBER(Type)

Define Documentation

#define MOVEIT_DECLARE_PTR (   Name,
  Type 
)
Value:
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)
Value:
typedef boost::shared_ptr<Type> Ptr;                                                                                 \
  typedef boost::shared_ptr<const Type> ConstPtr;

Definition at line 66 of file declare_ptr.h.



moveit_core
Author(s): Ioan Sucan , Sachin Chitta , Acorn Pooley
autogenerated on Mon Jul 24 2017 02:20:44