EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <Doxygen_Assist/shared_ptr.hpp>
Public Types | |
typedef T | element_type |
typedef T | value_type |
typedef T * | pointer |
typedef boost::detail::shared_ptr_traits < T >::reference | reference |
Public Member Functions | |
shared_ptr () | |
template<class Y > | |
shared_ptr (Y *p) | |
template<class Y , class D > | |
shared_ptr (Y *p, D d) | |
template<class Y , class D , class A > | |
shared_ptr (Y *p, D d, A a) | |
template<class Y > | |
shared_ptr (weak_ptr< Y > const &r) | |
template<class Y > | |
shared_ptr (weak_ptr< Y > const &r, boost::detail::sp_nothrow_tag) | |
template<class Y > | |
shared_ptr (shared_ptr< Y > const &r, typename boost::detail::sp_enable_if_convertible< Y, T >::type=boost::detail::sp_empty()) | |
template<class Y > | |
shared_ptr (shared_ptr< Y > const &r, T *p) | |
template<class Y > | |
shared_ptr (shared_ptr< Y > const &r, boost::detail::static_cast_tag) | |
template<class Y > | |
shared_ptr (shared_ptr< Y > const &r, boost::detail::const_cast_tag) | |
template<class Y > | |
shared_ptr (shared_ptr< Y > const &r, boost::detail::dynamic_cast_tag) | |
template<class Y > | |
shared_ptr (shared_ptr< Y > const &r, boost::detail::polymorphic_cast_tag) | |
template<class Y > | |
shared_ptr (std::auto_ptr< Y > &r) | |
template<class Ap > | |
shared_ptr (Ap r, typename boost::detail::sp_enable_if_auto_ptr< Ap, int >::type=0) | |
shared_ptr & | operator= (shared_ptr const &r) |
template<class Y > | |
shared_ptr & | operator= (shared_ptr< Y > const &r) |
template<class Y > | |
shared_ptr & | operator= (std::auto_ptr< Y > &r) |
template<class Ap > | |
boost::detail::sp_enable_if_auto_ptr < Ap, shared_ptr & >::type | operator= (Ap r) |
void | reset () |
template<class Y > | |
void | reset (Y *p) |
template<class Y , class D > | |
void | reset (Y *p, D d) |
template<class Y , class D , class A > | |
void | reset (Y *p, D d, A a) |
template<class Y > | |
void | reset (shared_ptr< Y > const &r, T *p) |
reference | operator* () const |
T * | operator-> () const |
T * | get () const |
bool | unique () const |
long | use_count () const |
void | swap (shared_ptr< T > &other) |
template<class Y > | |
bool | _internal_less (shared_ptr< Y > const &rhs) const |
void * | _internal_get_deleter (boost::detail::sp_typeinfo const &ti) const |
bool | _internal_equiv (shared_ptr const &r) const |
Private Types | |
typedef shared_ptr< T > | this_type |
Private Attributes | |
T * | px |
boost::detail::shared_count | pn |
Friends | |
template<class Y > | |
class | shared_ptr |
template<class Y > | |
class | weak_ptr |
Definition at line 164 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 164 of file shared_ptr.hpp
typedef T boost::shared_ptr< T >::element_type |
Definition at line 173 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 173 of file shared_ptr.hpp
typedef T* boost::shared_ptr< T >::pointer |
Definition at line 175 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 175 of file shared_ptr.hpp
typedef boost::detail::shared_ptr_traits<T>::reference boost::shared_ptr< T >::reference |
Definition at line 176 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 176 of file shared_ptr.hpp
|
private |
Definition at line 169 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 169 of file shared_ptr.hpp
typedef T boost::shared_ptr< T >::value_type |
Definition at line 174 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 174 of file shared_ptr.hpp
|
inline |
Definition at line 178 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 178 of file shared_ptr.hpp
Definition at line 183 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 183 of file shared_ptr.hpp
|
inline |
Definition at line 194 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 194 of file shared_ptr.hpp
|
inline |
Definition at line 201 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 201 of file shared_ptr.hpp
|
inlineexplicit |
Definition at line 209 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 209 of file shared_ptr.hpp
|
inline |
Definition at line 216 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 216 of file shared_ptr.hpp
|
inline |
Definition at line 227 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 227 of file shared_ptr.hpp
|
inline |
Definition at line 240 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 240 of file shared_ptr.hpp
|
inline |
Definition at line 245 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 245 of file shared_ptr.hpp
|
inline |
Definition at line 250 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 250 of file shared_ptr.hpp
|
inline |
Definition at line 255 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 255 of file shared_ptr.hpp
|
inline |
Definition at line 264 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 264 of file shared_ptr.hpp
|
inlineexplicit |
Definition at line 275 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 275 of file shared_ptr.hpp
|
inlineexplicit |
Definition at line 285 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 285 of file shared_ptr.hpp
|
inline |
Definition at line 452 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 452 of file shared_ptr.hpp
Referenced by boost::atomic_compare_exchange().
|
inline |
Definition at line 447 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 447 of file shared_ptr.hpp
Referenced by boost::get_deleter().
|
inline |
Definition at line 442 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 442 of file shared_ptr.hpp
|
inline |
Definition at line 418 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 418 of file shared_ptr.hpp
Referenced by PHG4DSTReader::add_particle(), boost::get_pointer(), boost::hash_value(), PHG4DSTReader::Init(), boost::operator!=(), boost::operator<<(), boost::operator==(), PHG4DSTReader::process_event(), and boost::shared_polymorphic_downcast().
|
inline |
Definition at line 406 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 406 of file shared_ptr.hpp
|
inline |
Definition at line 412 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 412 of file shared_ptr.hpp
|
inline |
Definition at line 299 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 299 of file shared_ptr.hpp
|
inline |
Definition at line 308 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 308 of file shared_ptr.hpp
|
inline |
Definition at line 319 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 319 of file shared_ptr.hpp
|
inline |
Definition at line 328 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 328 of file shared_ptr.hpp
|
inline |
Definition at line 380 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 380 of file shared_ptr.hpp
Definition at line 385 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 385 of file shared_ptr.hpp
|
inline |
Definition at line 391 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 391 of file shared_ptr.hpp
|
inline |
Definition at line 396 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 396 of file shared_ptr.hpp
|
inline |
Definition at line 401 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 401 of file shared_ptr.hpp
|
inline |
Definition at line 436 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 436 of file shared_ptr.hpp
Referenced by boost::atomic_compare_exchange(), boost::atomic_exchange(), boost::atomic_store(), and boost::swap().
|
inline |
Definition at line 426 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 426 of file shared_ptr.hpp
|
inline |
Definition at line 431 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 431 of file shared_ptr.hpp
Definition at line 464 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 464 of file shared_ptr.hpp
Definition at line 465 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 465 of file shared_ptr.hpp
|
private |
Definition at line 471 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 471 of file shared_ptr.hpp
Referenced by boost::shared_ptr< TClonesArray >::_internal_equiv(), boost::shared_ptr< TClonesArray >::_internal_get_deleter(), boost::shared_ptr< TClonesArray >::_internal_less(), boost::shared_ptr< TClonesArray >::shared_ptr(), boost::shared_ptr< TClonesArray >::swap(), boost::shared_ptr< TClonesArray >::unique(), and boost::shared_ptr< TClonesArray >::use_count().
|
private |
Definition at line 470 of file shared_ptr.hpp.
View newest version in sPHENIX GitHub at line 470 of file shared_ptr.hpp
Referenced by boost::shared_ptr< TClonesArray >::_internal_equiv(), boost::shared_ptr< TClonesArray >::get(), boost::shared_ptr< TClonesArray >::operator*(), boost::shared_ptr< TClonesArray >::operator->(), boost::shared_ptr< TClonesArray >::reset(), boost::shared_ptr< TClonesArray >::shared_ptr(), and boost::shared_ptr< TClonesArray >::swap().