construct(T &&t, void *const base, std::size_t &size) | stapl::runtime::object_storage< T > | private |
construct(T const &t, void *const base, std::size_t &size) | stapl::runtime::object_storage< T > | private |
destroy(void) noexcept | stapl::runtime::object_storage< T > | private |
destroy_packed(void) noexcept | stapl::runtime::object_storage< T > | private |
get(void *const base) | stapl::runtime::moved_object_storage< T > | |
get(void *const base, std::size_t &size) | stapl::runtime::moved_object_storage< T > | |
stapl::runtime::object_storage::get(void) noexcept | stapl::runtime::object_storage< T > | private |
m_force_alignment | stapl::runtime::object_storage< T > | private |
m_storage | stapl::runtime::object_storage< T > | private |
moved_object_storage(T &&t, void *const base, std::size_t &size) noexcept | stapl::runtime::moved_object_storage< T > | |
moved_object_storage(Tuple &&t) noexcept | stapl::runtime::moved_object_storage< T > | |
moveout(void) | stapl::runtime::object_storage< T > | private |
object_storage(void) noexcept=default (defined in stapl::runtime::object_storage< T >) | stapl::runtime::object_storage< T > | private |
object_storage(object_storage const &)=delete (defined in stapl::runtime::object_storage< T >) | stapl::runtime::object_storage< T > | private |
operator=(object_storage const &)=delete (defined in stapl::runtime::object_storage< T >) | stapl::runtime::object_storage< T > | private |
packed_size(T &&t) noexcept | stapl::runtime::moved_object_storage< T > | static |
stapl::runtime::object_storage::packed_size(T const &t) noexcept | stapl::runtime::object_storage< T > | privatestatic |
~moved_object_storage(void) (defined in stapl::runtime::moved_object_storage< T >) | stapl::runtime::moved_object_storage< T > | |