mCRL2
Loading...
Searching...
No Matches
mcrl2::lts::state_label_empty Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ number_to_label()

static state_label_empty mcrl2::lts::state_label_empty::number_to_label ( const std::size_t  )
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.

◆ operator!=()

bool mcrl2::lts::state_label_empty::operator!= ( const state_label_empty other) const
inline

Definition at line 42 of file state_label_empty.h.

◆ operator+()

state_label_empty mcrl2::lts::state_label_empty::operator+ ( const state_label_empty ) const
inline

An operator to concatenate two state labels.

Definition at line 48 of file state_label_empty.h.

◆ operator==()

bool mcrl2::lts::state_label_empty::operator== ( const state_label_empty ) const
inline

Definition at line 35 of file state_label_empty.h.


The documentation for this class was generated from the following file: