STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::runtime::ref_counted< T, Deleter > Member List

This is the complete list of members for stapl::runtime::ref_counted< T, Deleter >, including all inherited members.

add_ref(long count=1, std::memory_order order=std::memory_order_relaxed) noexceptstapl::runtime::ref_counted< T, Deleter >
ref_counted(void) noexcept (defined in stapl::runtime::ref_counted< T, Deleter >)stapl::runtime::ref_counted< T, Deleter >
ref_counted(Deleter const &d) noexceptstapl::runtime::ref_counted< T, Deleter >explicit
ref_counted(Deleter &&d) noexceptstapl::runtime::ref_counted< T, Deleter >explicit
ref_counted(long count) noexceptstapl::runtime::ref_counted< T, Deleter >explicit
ref_counted(long count, Deleter const &d) noexceptstapl::runtime::ref_counted< T, Deleter >
ref_counted(long count, Deleter &&d) noexceptstapl::runtime::ref_counted< T, Deleter >
release(std::memory_order order=std::memory_order_relaxed) noexceptstapl::runtime::ref_counted< T, Deleter >
remove_ref(long count=1, std::memory_order order=std::memory_order_relaxed) noexceptstapl::runtime::ref_counted< T, Deleter >
unique(std::memory_order order=std::memory_order_relaxed) const noexcept (defined in stapl::runtime::ref_counted< T, Deleter >)stapl::runtime::ref_counted< T, Deleter >
use_count(std::memory_order order=std::memory_order_relaxed) const noexcept (defined in stapl::runtime::ref_counted< T, Deleter >)stapl::runtime::ref_counted< T, Deleter >