66 operator T * ()
const {
165 operator
const T * ()
const {
185 this->reassign((To *)ptr);
static Pointer get_ptr(const Pointer &var)
Atomically retrieves the snapshot value of the indicated variable.
const To * p() const
Returns an ordinary pointer instead of a ThreadSafeConstPointerTo.
To * p() const
Returns an ordinary pointer instead of a ThreadSafePointerTo.
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...