Empirical
Public Member Functions | Public Attributes | List of all members
emp::DFAStatus Struct Reference

Structure to track the current status of a DFA. More...

#include <lexer_utils.h>

Public Member Functions

 DFAStatus (size_t _state, const std::string &_seq)
 

Public Attributes

size_t state
 
std::string sequence
 

Detailed Description

Structure to track the current status of a DFA.

Constructor & Destructor Documentation

emp::DFAStatus::DFAStatus ( size_t  _state,
const std::string &  _seq 
)
inline

Member Data Documentation

std::string emp::DFAStatus::sequence
size_t emp::DFAStatus::state

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