CommonLibSSE NG
|
Go to the source code of this file.
Classes | |
class | RE::hkRefPtr< T > |
Namespaces | |
namespace | RE |
Functions | |
template<class T , class... Args> | |
hkRefPtr< T > | RE::make_hkref (Args &&... a_args) |
template<class T1 , class T2 > | |
constexpr bool | RE::operator== (const hkRefPtr< T1 > &a_lhs, const hkRefPtr< T2 > &a_rhs) |
template<class T1 , class T2 > | |
constexpr bool | RE::operator!= (const hkRefPtr< T1 > &a_lhs, const hkRefPtr< T2 > &a_rhs) |
template<class T > | |
constexpr bool | RE::operator== (const hkRefPtr< T > &a_lhs, std::nullptr_t) noexcept |
template<class T > | |
constexpr bool | RE::operator== (std::nullptr_t, const hkRefPtr< T > &a_rhs) noexcept |
template<class T > | |
constexpr bool | RE::operator!= (const hkRefPtr< T > &a_lhs, std::nullptr_t) noexcept |
template<class T > | |
constexpr bool | RE::operator!= (std::nullptr_t, const hkRefPtr< T > &a_rhs) noexcept |
template<class T > | |
RE::hkRefPtr (T *) -> hkRefPtr< T > | |