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

Go to the source code of this file.

Namespaces

namespace  rve_common

Defines

#define RVE_COMMON_FORWARD_CLASS(name)

Functions

 rve_common::RVE_COMMON_FORWARD_CLASS (UUID)
 rve_common::RVE_COMMON_FORWARD_CLASS (Registry)
 rve_common::RVE_COMMON_FORWARD_CLASS (Registrant)

Define Documentation

#define RVE_COMMON_FORWARD_CLASS (   name)
Value:
class name; \
  typedef boost::shared_ptr<name> name##Ptr; \
  typedef boost::weak_ptr<name> name##WPtr;

Definition at line 35 of file forwards.h.



rve_common
Author(s): Josh Faust
autogenerated on Wed Dec 11 2013 14:30:49