![]() |
Gamedev Framework (gf) 1.2.0
A C++17 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=(const Ref< U > &other) noexcept | gf::Ref< T > | inline |
| 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 > | |
| Ref(const Ref< U > &other) noexcept | gf::Ref< T > | inline |
| ref(T &object) | gf::Ref< T > | related |