Albert
|
#include <albert/plugindependency.h>
Base class for StrongDependency and WeakDependency.
Client code should not use this class directly.
Public Member Functions | |
operator T () const | |
operator bool () const | |
const T * | operator-> () const |
T * | operator-> () |
const T * | get () const |
T * | get () |
Protected Member Functions | |
Dependency (ExtensionRegistry ®istry, const QString &id) | |
Protected Attributes | |
T * | dependency = nullptr |
|
inlineexplicitprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |