#include <pbes_equation_index.h>
|
| pbes_equation_index ()=default |
|
template<typename PBES > |
| pbes_equation_index (const PBES &p) |
|
std::size_t | index (const core::identifier_string &name) const |
| Returns the index of the equation of the variable with the given name.
|
|
std::size_t | rank (const core::identifier_string &name) const |
| Returns the rank of the equation of the variable with the given name.
|
|
std::size_t | max_rank () const |
| Returns the rank of the equation of the variable with the given name.
|
|
std::size_t | max_index () const |
| Returns the rank of the equation of the variable with the given name.
|
|
Definition at line 21 of file pbes_equation_index.h.
◆ pbes_equation_index() [1/2]
mcrl2::pbes_system::pbes_equation_index::pbes_equation_index |
( |
| ) |
|
|
default |
◆ pbes_equation_index() [2/2]
template<typename PBES >
mcrl2::pbes_system::pbes_equation_index::pbes_equation_index |
( |
const PBES & |
p | ) |
|
|
inlineexplicit |
◆ index()
Returns the index of the equation of the variable with the given name.
Definition at line 57 of file pbes_equation_index.h.
◆ max_index()
std::size_t mcrl2::pbes_system::pbes_equation_index::max_index |
( |
| ) |
const |
|
inline |
Returns the rank of the equation of the variable with the given name.
Definition at line 79 of file pbes_equation_index.h.
◆ max_rank()
std::size_t mcrl2::pbes_system::pbes_equation_index::max_rank |
( |
| ) |
const |
|
inline |
Returns the rank of the equation of the variable with the given name.
Definition at line 73 of file pbes_equation_index.h.
◆ rank()
Returns the rank of the equation of the variable with the given name.
Definition at line 65 of file pbes_equation_index.h.
◆ equation_index
std::unordered_map<core::identifier_string, std::pair<std::size_t, std::size_t> > mcrl2::pbes_system::pbes_equation_index::equation_index |
◆ m_max_index
std::size_t mcrl2::pbes_system::pbes_equation_index::m_max_index =0 |
◆ m_max_rank
std::size_t mcrl2::pbes_system::pbes_equation_index::m_max_rank =0 |
The documentation for this struct was generated from the following file: