1#ifndef UTIL_COUNTED_REFERENCE_H
2#define UTIL_COUNTED_REFERENCE_H
102 {
return (
bool) ptr_; }
void associate(ReferenceCounter &counter)
Create an association with a ReferenceCounter.
bool isAssociated() const
Is this associated with a ReferenceCounter?
void dissociate()
Destroy an association with a ReferenceCounter.
CountedReference()
Constructor.
Utility classes for scientific computation.