86 operator T * ()
const {
250 operator
const T * ()
const {
const To * get_orig() const
Returns the original pointer value, even if the object has since been deleted.
To * get_orig() const
Returns the original pointer value, even if the object has since been deleted.
WeakPointerTo is similar to PointerTo, except that it does not actually prevent the referenced pointe...
This is the base class for PointerTo and ConstPointerTo.
bool was_deleted() const
Returns true if the object we are pointing to has been deleted, false otherwise.
To * p() const
Returns an ordinary pointer instead of a WeakPointerTo.
const To * p() const
Returns an ordinary pointer instead of a WeakConstPointerTo.
A WeakConstPointerTo is similar to a WeakPointerTo, except it keeps a const pointer to the thing...
A ConstPointerTo is similar to a PointerTo, except it keeps a const pointer to the thing...
PointerTo is a template class which implements a smart pointer to an object derived from ReferenceCou...
This is the base class for PointerTo and ConstPointerTo.