Include file:
#include "mcrl2/utilities/tagged_pointer.h"
mcrl2::utilities::
pointer
(const T *p)¶Returns: The original pointer that can be deferenced.
mcrl2::utilities::
tag
(const T *p)¶Applies a tag to a pointer.
Returns: A pointer where one bit that is unused is set to one.
mcrl2::utilities::
tagged
(const T *p)¶Returns: True iff this pointer has been tagged.