A simple class storing the index of a label and an index.
More...
#include <counter_example.h>
A simple class storing the index of a label and an index.
Definition at line 36 of file counter_example.h.
◆ action_index_pair()
mcrl2::lts::detail::action_index_pair::action_index_pair |
( |
std::size_t |
label_index, |
|
|
std::size_t |
previous_entry_index |
|
) |
| |
|
inline |
◆ label_index()
std::size_t mcrl2::lts::detail::action_index_pair::label_index |
( |
| ) |
const |
|
inline |
◆ previous_entry_index()
std::size_t mcrl2::lts::detail::action_index_pair::previous_entry_index |
( |
| ) |
const |
|
inline |
◆ m_label_index
std::size_t mcrl2::lts::detail::action_index_pair::m_label_index |
|
protected |
◆ m_previous_entry_index
std::size_t mcrl2::lts::detail::action_index_pair::m_previous_entry_index |
|
protected |
The documentation for this class was generated from the following file: