#include <DFAState.h>
Definition at line 17 of file DFAState.h.
◆ Label()
DFAState::Label::Label |
( |
std::vector< int > |
states | ) |
|
|
inline |
Definition at line 20 of file DFAState.h.
std::vector< int > fStates
◆ operator!=()
bool DFAState::Label::operator!= |
( |
const Label & |
other | ) |
const |
|
inline |
Definition at line 27 of file DFAState.h.
27 {
28 return !(*this == other);
29 }
◆ operator==()
bool DFAState::Label::operator== |
( |
const Label & |
other | ) |
const |
|
inline |
◆ fStates
std::vector<int> DFAState::Label::fStates |
The documentation for this struct was generated from the following file: