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.
 

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 31 of file state_label_empty.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 44 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 50 of file state_label_empty.h.

◆ operator==()

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

Definition at line 37 of file state_label_empty.h.


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