|
mCRL2
|
#include <liblts_failures_refinement.h>
Public Member Functions | |
| state_states_counter_example_index_triple ()=default | |
| state_states_counter_example_index_triple (const state_type state, set_of_states states, const typename COUNTER_EXAMPLE_CONSTRUCTOR::index_type &counter_example_index) | |
| Constructor. | |
| state_type | state () const |
| Get the state. | |
| const set_of_states & | states () const |
| Get the set of states. | |
| const COUNTER_EXAMPLE_CONSTRUCTOR::index_type & | counter_example_index () const |
| Get the counter example index. | |
Protected Attributes | |
| detail::state_type | m_state = 0UL |
| detail::set_of_states | m_states |
| COUNTER_EXAMPLE_CONSTRUCTOR::index_type | m_counter_example_index |
Definition at line 41 of file liblts_failures_refinement.h.
|
default |
|
inline |
Constructor.
Definition at line 52 of file liblts_failures_refinement.h.
|
inline |
Get the counter example index.
Definition at line 66 of file liblts_failures_refinement.h.
|
inline |
Get the state.
Definition at line 61 of file liblts_failures_refinement.h.
|
inline |
Get the set of states.
Definition at line 63 of file liblts_failures_refinement.h.
|
protected |
Definition at line 46 of file liblts_failures_refinement.h.
|
protected |
Definition at line 44 of file liblts_failures_refinement.h.
|
protected |
Definition at line 45 of file liblts_failures_refinement.h.