kDB: Knowledge DataBase
Loading...
Searching...
No Matches
knowCore::WeakReference< _TOwner_ > Class Template Reference

#include <WeakReference.h>

Public Member Functions

 WeakReference (const _TOwner_ &_t)
 
bool operator== (const WeakReference< _TOwner_ > &_rhs) const
 

Friends

uint qHash (const WeakReference< _TOwner_ > &key, std::size_t seed=0)
 

Detailed Description

template<typename _TOwner_>
class knowCore::WeakReference< _TOwner_ >

This class allows to hold a weak reference to a private class that is shared between instances using a QSharedPointer.

Example of use is kDB::Repository::Connection.


The documentation for this class was generated from the following files: