18#ifndef MCRL2_DATA_DETAIL_ENUMERATOR_IDENTIFIER_GENERATOR_H
19#define MCRL2_DATA_DETAIL_ENUMERATOR_IDENTIFIER_GENERATOR_H
Term containing a string.
Generates unique function symbols with a given prefix.
void clear()
Restores the index back to the value that was initially assigned in the constructor.
core::identifier_string operator()()
Generates a unique function symbol with the given prefix followed by a number.
atermpp::function_symbol_generator f
enumerator_identifier_generator(const std::string &prefix="x_")
Constructor.
add your file description here.
aterm representations of identifier strings.
atermpp::aterm_string identifier_string
String type of the LPS library. Identifier strings are represented internally as ATerms.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...