This is the complete list of members for xronos::sdk::Value< T >, including all inherited members.
| as_shared_ptr() const -> std::shared_ptr< const T > | xronos::sdk::Value< T > | |
| from_shared_ptr(std::shared_ptr< const T > pointer) -> Value | xronos::sdk::Value< T > | static |
| from_unique_ptr(std::unique_ptr< T, Deleter > pointer) -> Value | xronos::sdk::Value< T > | static |
| get() const noexcept -> const T * | xronos::sdk::Value< T > | |
| make(Args &&... args) -> Value | xronos::sdk::Value< T > | static |
| operator bool() const noexcept | xronos::sdk::Value< T > | explicit |
| operator*() const noexcept -> const T & | xronos::sdk::Value< T > | |
| operator->() const noexcept -> const T * | xronos::sdk::Value< T > | |
| operator==(const Value &value, std::nullptr_t) noexcept -> bool | xronos::sdk::Value< T > | friend |
| Value() noexcept=default | xronos::sdk::Value< T > | |
| Value(const T &value) | xronos::sdk::Value< T > | explicit |
| Value(T &&value) | xronos::sdk::Value< T > | explicit |
| Value(const ValueView< T > &view) | xronos::sdk::Value< T > | explicit |