82 operator T * ()
const {
204 operator
const T * ()
const {
229 this->reassign((To *)ptr);
static Pointer get_ptr(const Pointer &var)
Atomically retrieves the snapshot value of the indicated variable.
To * p() const
Returns an ordinary pointer instead of a ThreadSafePointerTo.
const To * p() const
Returns an ordinary pointer instead of a ThreadSafeConstPointerTo.
This is the base class for ThreadSafePointerTo and ThreadSafeConstPointerTo.
This works exactly like PointerTo, except that the object is designed to be thread-safe: it is genera...