Gamedev Framework (gf)  0.11.0
A C++14 framework for 2D games
gf::Ref< T > Member List

This is the complete list of members for gf::Ref< T >, including all inherited members.

get() const noexceptgf::Ref< T >inline
operator T &() const noexceptgf::Ref< T >inline
operator=(const Ref &other) noexcept=defaultgf::Ref< T >
operator==(Ref< T > lhs, Ref< T > rhs) noexceptgf::Ref< T >related
operator==(Ref< T > lhs, const T &rhs) noexceptgf::Ref< T >related
operator==(const T &lhs, Ref< T > rhs) noexceptgf::Ref< T >related
Ref(T &ref) noexceptgf::Ref< T >inline
Ref(T &&)=deletegf::Ref< T >
Ref(const Ref &other) noexcept=defaultgf::Ref< T >