RefCounted — Objects eligible for intrusive refcounting should inherit from this class.
class RefCounted: # construct/copy/destruct __init__() __init__(const RefCounted &) __del__() # public member functions int decRefCnt() const None incRefCnt() const int getRefCnt() const