#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
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 RVE_COMMON_FORWARD_CLASS | ( | name | ) |
class name; \
typedef boost::shared_ptr<name> name##Ptr; \
typedef boost::weak_ptr<name> name##WPtr;
Definition at line 35 of file forwards.h.