47 #ifndef BLOCXX_INTRUSIVE_COUNTABLE_BASE_HPP_INCLUDE_GUARD_
48 #define BLOCXX_INTRUSIVE_COUNTABLE_BASE_HPP_INCLUDE_GUARD_
50 #include "blocxx/BLOCXX_config.h"
62 class IntrusiveCountableBase;
66 class BLOCXX_COMMON_API IntrusiveCountableBase
72 IntrusiveCountableBase()
77 IntrusiveCountableBase(
const IntrusiveCountableBase&)
82 IntrusiveCountableBase& operator=(
const IntrusiveCountableBase&)
88 virtual ~IntrusiveCountableBase();