ClassForward.h File Reference

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

Go to the source code of this file.

Defines

#define ClassForward(C)
 Macro that defines a forward declaration for a class, and shared pointers to the class. For example ClassForward(MyType); will produce type definitions for MyType and MyTypePtr.

Define Documentation

#define ClassForward (  ) 
Value:
class C;                                                \
    typedef boost::shared_ptr<C> C##Ptr

Macro that defines a forward declaration for a class, and shared pointers to the class. For example ClassForward(MyType); will produce type definitions for MyType and MyTypePtr.

Definition at line 45 of file ClassForward.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


ompl
Author(s): Ioan Sucan/isucan@rice.edu, Mark Moll/mmoll@rice.edu, Lydia Kavraki/kavraki@rice.edu
autogenerated on Fri Jan 11 09:33:23 2013