Go to the documentation of this file.
16 #ifndef POINTERS_H_2008
17 #define POINTERS_H_2008
26 #define REFCOUNT_BASE_FILE <boost/enable_shared_from_this.hpp>
28 #define REFCOUNT_BASE_CLASS(x) boost::enable_shared_from_this<x>
31 #define POINTER_WRAPPER_CLASS(x) boost::shared_ptr<x>
34 #include REFCOUNT_BASE_FILE