Go to the documentation of this file.
17 #ifndef POINTERS_H_2008
18 #define POINTERS_H_2008
28 #define REFCOUNT_BASE_FILE <boost/enable_shared_from_this.hpp>
30 #define REFCOUNT_BASE_CLASS(x) boost::enable_shared_from_this<x>
32 #define POINTER_WRAPPER_CLASS(x) boost::shared_ptr<x>
34 #define REFCOUNTNS boost
36 #include REFCOUNT_BASE_FILE