70 GCNode::incRefCount(m_target);
78 : m_target(source.m_target)
80 GCNode::incRefCount(m_target);
85 GCNode::decRefCount(m_target);
105 std::swap(m_target, tmp.m_target);
131 template <
class T = RObject>
163 GCEdge<T>& operator=(T* newtarget)
169 T* operator->()
const