#include <ReferenceCounted.h>
Public Member Functions | |
ConstReferenceCountingPointer (const T *iT) | |
ConstReferenceCountingPointer (const ReferenceCountingPointer< T > &other) | |
ConstReferenceCountingPointer () |
Definition at line 69 of file ReferenceCounted.h.
ConstReferenceCountingPointer< T >::ConstReferenceCountingPointer | ( | const T * | iT | ) | [inline] |
Definition at line 73 of file ReferenceCounted.h.
: boost::intrusive_ptr<const T>(iT) {}
ConstReferenceCountingPointer< T >::ConstReferenceCountingPointer | ( | ) | [inline] |
Definition at line 74 of file ReferenceCounted.h.
{}
ConstReferenceCountingPointer< T >::ConstReferenceCountingPointer | ( | const ReferenceCountingPointer< T > & | other | ) | [inline] |
Definition at line 75 of file ReferenceCounted.h.
: boost::intrusive_ptr<const T>(&(*other)) {}