ThePEG 2.3.0
|
TransientConstRCPtr is a simple wrapper around a bare const pointer which can be assigned to and from an RCPtr and ConstRCPtr without problem. More...
#include <RCPtr.h>
Public Types | |
typedef void | iterator_category |
Template argument typedef. | |
typedef void | difference_type |
Template argument typedef. | |
typedef T * | pointer |
Template argument typedef. | |
typedef const T * | const_pointer |
Template argument typedef. | |
typedef T & | reference |
Template argument typedef. | |
typedef const T & | const_reference |
Template argument typedef. | |
typedef T | value_type |
Template argument typedef. | |
Public Member Functions | |
TransientConstRCPtr () | |
Constructor for null pointer. | |
TransientConstRCPtr (decltype(nullptr)) | |
Constructor for nullptr. | |
TransientConstRCPtr (const TransientConstRCPtr &p) | |
Copy constructor. | |
template<typename UPtr > | |
TransientConstRCPtr (const UPtr &u) | |
Copyconstructor for class UPtr which has operator-> defined resulting in a value implicitly convertible to const T *. | |
TransientConstRCPtr (const_pointer p) | |
Construction from real pointer. | |
~TransientConstRCPtr () | |
Destructor. | |
TransientConstRCPtr & | operator= (const TransientConstRCPtr &p) |
Assignment. | |
template<typename UPtr > | |
TransientConstRCPtr & | operator= (const UPtr &u) |
Assignment from class UPtr which has operator-> defined resulting in a value implicitly convertible to const T *. | |
template<typename UPtr > | |
TransientConstRCPtr & | assignDynamic (const UPtr &u) |
Assignment from class UPtr which has operator-> defined resulting in a value which can be cast dynamically to const T *. | |
bool | operator== (const TransientConstRCPtr &p) const |
Test for equality of the underlying pointers. | |
bool | operator!= (const TransientConstRCPtr &p) const |
Test for inequality of the underlying pointers. | |
bool | operator== (const_pointer p) const |
Test for equality of the underlying pointers. | |
bool | operator!= (const_pointer p) const |
Test for inequality of the underlying pointers. | |
template<typename UPtr > | |
bool | operator== (const UPtr &u) const |
Test for equality of the underlying pointers. | |
template<typename UPtr > | |
bool | operator!= (const UPtr &u) const |
Test for inequality of the underlying pointers. | |
bool | operator< (const TransientConstRCPtr &p) const |
Test for ordering. | |
bool | operator< (const_pointer p) const |
Test for ordering. | |
bool | operator! () const |
Returns true if the underlying pointer is null. | |
operator const T * () const | |
Returns (not) the underlying pointer. | |
const_pointer | operator-> () const |
Member access. | |
const_reference | operator* () const |
Dereferencing. | |
Private Attributes | |
const_pointer | ptr |
The actual pointer. | |
TransientConstRCPtr is a simple wrapper around a bare const pointer which can be assigned to and from an RCPtr and ConstRCPtr without problem.
typedef const T* ThePEG::Pointer::TransientConstRCPtr< T >::const_pointer |
typedef const T& ThePEG::Pointer::TransientConstRCPtr< T >::const_reference |
typedef void ThePEG::Pointer::TransientConstRCPtr< T >::difference_type |
typedef void ThePEG::Pointer::TransientConstRCPtr< T >::iterator_category |
typedef T* ThePEG::Pointer::TransientConstRCPtr< T >::pointer |
typedef T& ThePEG::Pointer::TransientConstRCPtr< T >::reference |
typedef T ThePEG::Pointer::TransientConstRCPtr< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
Assignment from class UPtr which has operator-> defined resulting in a value which can be cast dynamically to const T *.
Definition at line 772 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Returns (not) the underlying pointer.
Definition at line 834 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Returns true if the underlying pointer is null.
Definition at line 829 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Test for inequality of the underlying pointers.
Definition at line 785 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Test for inequality of the underlying pointers.
Definition at line 808 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Test for inequality of the underlying pointers.
Definition at line 796 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Dereferencing.
Definition at line 844 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Member access.
Definition at line 839 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Test for ordering.
Definition at line 813 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Test for ordering.
Definition at line 821 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Assignment.
Definition at line 752 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Assignment from class UPtr which has operator-> defined resulting in a value implicitly convertible to const T *.
Definition at line 762 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Test for equality of the underlying pointers.
Definition at line 780 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Test for equality of the underlying pointers.
Definition at line 802 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
inline |
Test for equality of the underlying pointers.
Definition at line 790 of file RCPtr.h.
References ThePEG::Pointer::TransientConstRCPtr< T >::ptr.
|
private |
The actual pointer.
Definition at line 851 of file RCPtr.h.
Referenced by ThePEG::Pointer::TransientConstRCPtr< T >::assignDynamic(), ThePEG::Pointer::TransientConstRCPtr< T >::operator const T *(), ThePEG::Pointer::TransientConstRCPtr< T >::operator!(), ThePEG::Pointer::TransientConstRCPtr< T >::operator!=(), ThePEG::Pointer::TransientConstRCPtr< T >::operator*(), ThePEG::Pointer::TransientConstRCPtr< T >::operator->(), ThePEG::Pointer::TransientConstRCPtr< T >::operator<(), ThePEG::Pointer::TransientConstRCPtr< T >::operator=(), and ThePEG::Pointer::TransientConstRCPtr< T >::operator==().