#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Defines | |
#define | MOVEIT_CLASS_FORWARD(C) |
#define MOVEIT_CLASS_FORWARD | ( | C | ) |
class C; \
typedef boost::shared_ptr<C> C##Ptr; \
typedef boost::shared_ptr<const C> C##ConstPtr; \
Macro that forward declares a class XXX, and also defines two shared ptrs with named XXXPtr and XXXConstPtr
Definition at line 45 of file class_forward.h.