|
mCRL2
|
Contains empty state values, used for lts's without state valued. More...
#include <state_label_empty.h>
Public Member Functions | |
| bool | operator== (const state_label_empty &) const |
| bool | operator!= (const state_label_empty &other) const |
| state_label_empty | operator+ (const state_label_empty &) const |
| An operator to concatenate two state labels. | |
Static Public Member Functions | |
| static state_label_empty | number_to_label (const std::size_t) |
| Create a state label consisting of a number as the only list element. For empty state labels this does nothing as there are no state labels. | |
Contains empty state values, used for lts's without state valued.
Empty state values are used in labelled transition systems which do not have state values, such as the .aut format.
Definition at line 29 of file state_label_empty.h.
|
inlinestatic |
Create a state label consisting of a number as the only list element. For empty state labels this does nothing as there are no state labels.
Definition at line 56 of file state_label_empty.h.
|
inline |
Definition at line 42 of file state_label_empty.h.
|
inline |
An operator to concatenate two state labels.
Definition at line 48 of file state_label_empty.h.
|
inline |
Definition at line 35 of file state_label_empty.h.