|
kDB: Knowledge DataBase
|
#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) |
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.