Include file:
#include "mcrl2/utilities/shared_reference.h
mcrl2::utilities::
shared_reference_counted
¶Stores a reference count that can be incremented and decremented.
The template variable is such that reference_count_changes corresponds to the amount of times the reference count of type T changed.
mcrl2::utilities::shared_reference_counted::
SizeType
¶typedef for typename std::conditional< ThreadSafe, std::atomic< std::size_t >, std::size_t >::type
mcrl2::utilities::shared_reference_counted::
m_reference_count
¶mcrl2::utilities::shared_reference