throwing_ptr
Smart pointers that throw on dereference if null
- b -
base_null_ptr_exception() :
throwing::base_null_ptr_exception
- g -
get() :
throwing::shared_ptr< T >
,
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
get_deleter() :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
get_std_shared_ptr() :
throwing::shared_ptr< T >
get_std_unique_ptr() :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
- o -
operator bool() :
throwing::shared_ptr< T >
,
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
operator()() :
std::hash< throwing::shared_ptr< T > >
,
std::hash< throwing::unique_ptr< Type, Deleter > >
operator*() :
throwing::shared_ptr< T >
,
throwing::unique_ptr< T, Deleter >
operator->() :
throwing::shared_ptr< T >
,
throwing::unique_ptr< T, Deleter >
operator=() :
throwing::shared_ptr< T >
,
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
operator[]() :
throwing::unique_ptr< T[], Deleter >
owner_before() :
throwing::shared_ptr< T >
- r -
release() :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
reset() :
throwing::shared_ptr< T >
,
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
- s -
shared_ptr() :
throwing::shared_ptr< T >
swap() :
throwing::shared_ptr< T >
,
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
- u -
unique_ptr() :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
use_count() :
throwing::shared_ptr< T >
- w -
what_type() :
throwing::base_null_ptr_exception
,
throwing::null_ptr_exception< T >
- ~ -
~shared_ptr() :
throwing::shared_ptr< T >
~unique_ptr() :
throwing::unique_ptr< T, Deleter >
,
throwing::unique_ptr< T[], Deleter >
Generated by
1.8.13