13 class intrusive_ptr_thread_safe_base;
14 class intrusive_ptr_single_thread_base;
27 #include <boost/intrusive_ptr.hpp> 28 #include <boost/detail/atomic_count.hpp> 30 #ifndef ParaIntrusivePtr 31 #define ParaIntrusivePtr boost::intrusive_ptr 53 mutable long m_ref_count;
55 mutable boost::detail::atomic_count m_ref_count;
81 mutable long m_ref_count;
Definition: basic_dir_monitor.hpp:13
different physics engine has different winding order.
Definition: EventBinding.h:32
multi-threaded reference counted base class for boost::intrusive_ptr all boost::intrusive_ptr<T>, should derive from this class.
Definition: intrusive_ptr.h:47
single-threaded reference counted base class for boost::intrusive_ptr all boost::intrusive_ptr<T>, should derive from this class.
Definition: intrusive_ptr.h:75