![]() |
Gamedev Framework (gf)
0.14.0
A C++14 framework for 2D games
|
This is the complete list of members for gf::Ref< T >, including all inherited members.
get() const noexcept | gf::Ref< T > | inline |
operator T &() const noexcept | gf::Ref< T > | inline |
operator=(const Ref &other) noexcept=default | gf::Ref< T > | |
operator==(Ref< T > lhs, Ref< T > rhs) noexcept | gf::Ref< T > | related |
operator==(Ref< T > lhs, const T &rhs) noexcept | gf::Ref< T > | related |
operator==(const T &lhs, Ref< T > rhs) noexcept | gf::Ref< T > | related |
Ref(T &ref) noexcept | gf::Ref< T > | inline |
Ref(T &&)=delete | gf::Ref< T > | |
Ref(const Ref &other) noexcept=default | gf::Ref< T > |