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 Attributes | |
T * | dependency_ = nullptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |