|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
This is the complete list of members for mundy::host_ptr< T >, including all inherited members.
| element_type typedef | mundy::host_ptr< T > | |
| emplace(Args &&... args) | mundy::host_ptr< T > | inline |
| get() const noexcept | mundy::host_ptr< T > | inline |
| host_ptr class | mundy::host_ptr< T > | friend |
| host_ptr()=default | mundy::host_ptr< T > | |
| host_ptr(std::nullptr_t) noexcept | mundy::host_ptr< T > | inline |
| host_ptr(U *ptr) | mundy::host_ptr< T > | inlineexplicit |
| host_ptr(U *ptr, Deleter deleter) | mundy::host_ptr< T > | inline |
| host_ptr(std::nullptr_t, Deleter deleter) | mundy::host_ptr< T > | inline |
| host_ptr(std::unique_ptr< U, Deleter > &&owner) | mundy::host_ptr< T > | inline |
| host_ptr(const T &value) | mundy::host_ptr< T > | inlineexplicit |
| host_ptr(T &&value) | mundy::host_ptr< T > | inlineexplicit |
| host_ptr(std::in_place_t, Args &&... args) | mundy::host_ptr< T > | inlineexplicit |
| host_ptr(const host_ptr &)=default | mundy::host_ptr< T > | |
| host_ptr(host_ptr &&)=default | mundy::host_ptr< T > | |
| host_ptr(const host_ptr< U > &other) | mundy::host_ptr< T > | inline |
| host_ptr(host_ptr< U > &&other) | mundy::host_ptr< T > | inline |
| host_ptr(const host_ptr< U > &other, T *ptr) | mundy::host_ptr< T > | inline |
| operator bool() const noexcept | mundy::host_ptr< T > | inlineexplicit |
| operator*() const noexcept | mundy::host_ptr< T > | inline |
| operator->() const noexcept | mundy::host_ptr< T > | inline |
| operator=(const host_ptr &other) | mundy::host_ptr< T > | inline |
| operator=(host_ptr &&other) noexcept | mundy::host_ptr< T > | inline |
| operator=(const host_ptr< U > &other) | mundy::host_ptr< T > | inline |
| operator=(host_ptr< U > &&other) | mundy::host_ptr< T > | inline |
| operator=(std::nullptr_t) noexcept | mundy::host_ptr< T > | inline |
| owner_before(const host_ptr< U > &other) const noexcept | mundy::host_ptr< T > | inline |
| reset() noexcept | mundy::host_ptr< T > | inline |
| reset(U *ptr) | mundy::host_ptr< T > | inline |
| reset(U *ptr, Deleter deleter) | mundy::host_ptr< T > | inline |
| swap(host_ptr &other) noexcept | mundy::host_ptr< T > | inline |
| use_count() const noexcept | mundy::host_ptr< T > | inline |
| ~host_ptr() | mundy::host_ptr< T > | inline |