Go to the documentation of this file.
17 #ifndef POINTERS_H_2008
18 #define POINTERS_H_2008
27 #define REFCOUNT_BASE_FILE <boost/enable_shared_from_this.hpp>
29 #define REFCOUNT_BASE_CLASS(x) boost::enable_shared_from_this<x>
32 #define POINTER_WRAPPER_CLASS(x) boost::shared_ptr<x>
35 #include REFCOUNT_BASE_FILE