20 #ifndef LIBMESH_REFERENCE_COUNTED_OBJECT_H 21 #define LIBMESH_REFERENCE_COUNTED_OBJECT_H 76 #if defined(LIBMESH_ENABLE_REFERENCE_COUNTING) && defined(DEBUG) 89 #if defined(LIBMESH_ENABLE_REFERENCE_COUNTING) && defined(DEBUG) 102 #if defined(LIBMESH_ENABLE_REFERENCE_COUNTING) && defined(DEBUG) 129 #if defined(LIBMESH_ENABLE_REFERENCE_COUNTING) && defined(DEBUG) 141 #endif // LIBMESH_REFERENCE_COUNTED_OBJECT_H std::string name(const ElemQuality q)
ReferenceCountedObject(ReferenceCountedObject &&other) noexcept
void increment_constructor_count(const std::string &name)
ReferenceCountedObject & operator=(const ReferenceCountedObject &)
Common base for all objects whose creations/destructions are counted.
ReferenceCountedObject(const ReferenceCountedObject &other)
void increment_destructor_count(const std::string &name)
~ReferenceCountedObject()