Home · Modules · All Classes · All Namespaces
Classes | Public Member Functions | List of all members
Tp::RefCounted Class Reference

The RefCounted class is a base class for shared objects used by SharedPtr. More...

#include <TelepathyQt/RefCounted>

Inherited by Tp::MethodInvocationContext<>, Tp::AbstractClient, Tp::ConnectionLowlevel, Tp::ConnectionManagerLowlevel, Tp::ContactFactory, Tp::ContactMessenger, Tp::DBusProxyFactory, Tp::Filter< T >, Tp::MethodInvocationContext< T1, T2, T3, T4, T5, T6, T7, T8 >, Tp::Object, Tp::Profile, Tp::SimpleCallObserver, Tp::SimpleObserver, Tp::SimpleTextObserver, Tp::StreamTubeClient, and Tp::StreamTubeServer.

Public Member Functions

 RefCounted ()
 
virtual ~RefCounted ()
 

Detailed Description

The RefCounted class is a base class for shared objects used by SharedPtr.

See Shared Pointer Usage

Constructor & Destructor Documentation

◆ RefCounted()

Tp::RefCounted::RefCounted ( )
inline

◆ ~RefCounted()

virtual Tp::RefCounted::~RefCounted ( )
inlinevirtual