mCRL2
|
The classes set_identifier_generator and multiset_identifier_generator. More...
Go to the source code of this file.
Classes | |
class | mcrl2::data::set_identifier_generator |
Identifier generator that stores the identifiers of the context in a set. Using the operator()() and operator()(std::string) fresh identifiers can be generated that do not appear in the context. More... | |
class | mcrl2::data::multiset_identifier_generator |
Identifier generator that stores the identifiers of the context in a multiset. If an identifier occurs multiple times, multiple calls to remove_from_context are required to remove it. Using the operator()() and operator()(std::string) fresh identifiers can be generated that do not appear in the context. More... | |
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::data |
Namespace for all data library functionality. | |
The classes set_identifier_generator and multiset_identifier_generator.
Definition in file set_identifier_generator.h.