This is the complete list of members for utils::NotNull< T >, including all inherited members.
GetBase() const & (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
GetBase() && (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
NotNull()=delete (defined in utils::NotNull< T >) | utils::NotNull< T > | explicit |
NotNull(const T &u) (defined in utils::NotNull< T >) | utils::NotNull< T > | inlineexplicit |
NotNull(T &&u) (defined in utils::NotNull< T >) | utils::NotNull< T > | inlineexplicit |
NotNull(U &&u) (defined in utils::NotNull< T >) | utils::NotNull< T > | inlineexplicit |
NotNull(U &u) (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
NotNull(const NotNull< U > &other) (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
NotNull(NotNull< U > &&other) (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
NotNull(std::nullptr_t)=delete (defined in utils::NotNull< T >) | utils::NotNull< T > | |
NotNull(const NotNull &other) noexcept=default (defined in utils::NotNull< T >) | utils::NotNull< T > | |
NotNull(NotNull &&other) noexcept=default (defined in utils::NotNull< T >) | utils::NotNull< T > | |
operator bool()=delete (defined in utils::NotNull< T >) | utils::NotNull< T > | |
operator const T &() const & (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
operator!=(const NotNull< U > &other) const & (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
operator*() const & (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
operator->() const & (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |
operator=(const NotNull &other) noexcept=default (defined in utils::NotNull< T >) | utils::NotNull< T > | |
operator=(NotNull &&other) noexcept=default (defined in utils::NotNull< T >) | utils::NotNull< T > | |
operator=(std::nullptr_t)=delete (defined in utils::NotNull< T >) | utils::NotNull< T > | |
operator==(const NotNull< U > &other) const & (defined in utils::NotNull< T >) | utils::NotNull< T > | inline |